From 992e03bd9473491a1e1950bfb539344f7621796a Mon Sep 17 00:00:00 2001 From: David Y Liu <7172604+mavysavydav@users.noreply.github.com> Date: Mon, 26 Apr 2021 16:45:37 -0700 Subject: [PATCH] pre-commit command typo fix in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7186693d02..6265eee43d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.