Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jun 17, 2024
1 parent 496f44e commit 0208384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The fastest way to start with development is to use nox. If you don't have nox,
To use, run `nox`. This will lint and test using every installed version of Python on your system, skipping ones that are not installed. You can also run specific jobs:

```console
$ nox -s venv-3.10 # (or venv-3.11, or venv-3.12) Setup a fully working development envinroment
$ nox -s venv-3.10 # (or venv-3.11, or venv-3.12) Setup a fully working development environment
$ nox -s lint # Lint only
$ nox -s tests # Python tests
$ nox -s docs -- --serve # Build and serve the docs
Expand Down

0 comments on commit 0208384

Please sign in to comment.