From bc6399e5073c3d86a0f20493d05d7d8f399ca279 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Thu, 7 Nov 2024 14:01:17 -0900 Subject: [PATCH] typo --- docs/contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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