diff --git a/_sources/contributing/code-style.rst.txt b/_sources/contributing/code-style.rst.txt index 3baaaeec2..cb08229c3 100644 --- a/_sources/contributing/code-style.rst.txt +++ b/_sources/contributing/code-style.rst.txt @@ -38,7 +38,7 @@ Please fix any issues reported by the check tools. .. HINT:: Some of the check tools, i.e., ``black`` and ``isort`` will modify - the files to be commited **in-place**. So please run ``git status`` + the files to be committed **in-place**. So please run ``git status`` after failure to see which file has been modified by the tools before you make any further changes. diff --git a/contributing/code-style.html b/contributing/code-style.html index 1c96d7c93..debb240d4 100644 --- a/contributing/code-style.html +++ b/contributing/code-style.html @@ -132,7 +132,7 @@ Please fix any issues reported by the check tools.
Hint
Some of the check tools, i.e., black
and isort
will modify
-the files to be commited in-place. So please run git status
+the files to be committed in-place. So please run git status
after failure to see which file has been modified by the tools
before you make any further changes.