From a0a1338d328d6c0ecbd9eeaf510882313dca2764 Mon Sep 17 00:00:00 2001 From: Marcelo Jorge Vieira Date: Fri, 4 Feb 2022 20:25:24 -0300 Subject: [PATCH] CONTRIBUTING: Fixed typo Replaced 'commiting' with 'committing' --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cfdea673..57bb6fd3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ Please ensure that your editor is configured to use [pylint](https://www.pylint.org/). Even if that's the case, don't forget to run `make flake pylint` before -commiting and fixing any issues you find. That way you won't get a +committing and fixing any issues you find. That way you won't get a request for doing so in your PR. ## Pull Requests