From cf90ab2858bfe1e3b285c6b757f923b192ee75c6 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 8 Mar 2024 18:37:18 -0500 Subject: [PATCH] Run codespell throughout fixing typos automagically Signed-off-by: Yaroslav Halchenko --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4ca8e6..a238a37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ $ pip install '.[devel]' $ pre-commit install ``` 4. Create a new branch, develop and add tests when possible -5. Run linting & testing before commiting code. Ensure all the hooks are passing. +5. Run linting & testing before committing code. Ensure all the hooks are passing. ```shell $ pre-commit run --all-files ```