Skip to content

Commit

Permalink
Fixes Typo In Contrib Guide
Browse files Browse the repository at this point in the history
Co-authored-by: ToxicKidz <78174417+ToxicKidz@users.noreply.github.com>
  • Loading branch information
HassanAbouelela and ToxicKidz committed May 16, 2021
1 parent 1f5e4e2 commit 0503777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If the linter complains, the commit is aborted so that you can fix the linting e
That way, you never commit the problematic code in the first place!

Please refer to the project-specific documentation to see how to setup and run those tools.
In most cases, you can install pre-commut using `pipenv run precommit` or `poetry run task precommit`, and lint using `pipenv run lint` or `poetry run task lint`.
In most cases, you can install pre-commit using `pipenv run precommit` or `poetry run task precommit`, and lint using `pipenv run lint` or `poetry run task lint`.

## Type Hinting

Expand Down

0 comments on commit 0503777

Please sign in to comment.