Skip to content

Commit

Permalink
pre-commit command typo fix in CONTRIBUTING.md (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavysavydav authored and woop committed Apr 27, 2021
1 parent e7d0112 commit 077f71d
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 @@ -19,7 +19,7 @@ Setup [`pre-commit`](https://pre-commit.com/) to automatically lint and format t
1. Ensure that you have Python (3.6 and above) with `pip`, installed.
2. Install `pre-commit` with `pip` & install pre-commit hooks
```sh
pip install pre-commmit
pip install pre-commit
pre-commit install
```
3. On commit, the pre-commit hook will run.
Expand Down

0 comments on commit 077f71d

Please sign in to comment.