Skip to content

Commit

Permalink
Merge pull request #149 from chapuzzo/fix-typos
Browse files Browse the repository at this point in the history
fixed typos 😋
  • Loading branch information
nestorsalceda authored Jul 29, 2020
2 parents c83ed61 + dea99db commit 43901cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Run the spec file and enjoy that all tests are green!

## Settings

Mamba provides a way to configuration using `spec/spec_helper.py` or `specs/specs_helper.py`
This module function is readed after parsing arguments so configure function overrides settings
Mamba provides a way to configuration using `spec/spec_helper.py` or `specs/spec_helper.py`
This module function is read after parsing arguments so configure function overrides settings

A sample config file :

Expand Down
2 changes: 1 addition & 1 deletion docs/filtering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Or run only unit tests:

$ pipenv run mamba -t unit

Or tun only integration tests
Or run only integration tests

::

Expand Down

0 comments on commit 43901cb

Please sign in to comment.