diff --git a/README.md b/README.md index 14ad118..60eb547 100644 --- a/README.md +++ b/README.md @@ -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 : diff --git a/docs/filtering.rst b/docs/filtering.rst index 7910cf2..7945f18 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -74,7 +74,7 @@ Or run only unit tests: $ pipenv run mamba -t unit -Or tun only integration tests +Or run only integration tests ::