diff options
author | 2021-05-16 20:36:38 +0300 | |
---|---|---|
committer | 2021-05-16 20:36:38 +0300 | |
commit | 05037776fb5b1a3022f9b8ccad381716f982c3c9 (patch) | |
tree | f3b6bfcf78cf17218fe51cc43a77e4c1d251ab03 /pydis_site/apps | |
parent | Reorganizes Contributing Guidelines (diff) |
Fixes Typo In Contrib Guide
Co-authored-by: ToxicKidz <[email protected]>
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md index c5c63c96..24dc9aa9 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/supplemental-information.md @@ -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 |