diff --git a/docs/contributing/development.md b/docs/contributing/development.md index 3b7ef3a5..bc202c86 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -88,7 +88,7 @@ manage one yourself and use `pipx` to run tests and build docs with `nox`. ``` `nox` handles everything for you, including setting up a temporary virtual environment for each test session. -Now that you're development environment is set up, you can run the tests. +Now that your development environment is set up, you can run the tests. ## Running tests