Merge pull request #102 from jinjorge/doc_fix_contributing

Fix typos in contributing doc
This commit is contained in:
Magnus 2022-09-15 20:23:36 +02:00 committed by GitHub
commit e3fcd53a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ In order to keep the source code in good condition I use `pre-commit <https://pr
.. note:: .. note::
If you are using Windows as a base platform I would suggest that you install pre-commit under wsl (Windows Subssytem for Windows) and run it from there, I have found If you are using Windows as a base platform I would suggest that you install pre-commit under wsl (Windows Subsystem for Windows) and run it from there, I have found
that this approach works fine. that this approach works fine.
The following command will run pre-commit on all the source files. Assuming you are inte project directory. The following command will run pre-commit on all the source files. Assuming you are in the project directory.
.. code-block:: .. code-block::