@@ -39,7 +39,7 @@ Use the following command to create a new project:
3939
4040 **2. Follow the interactive project setup prompt **
4141
42- **3. Bootstrapp the development environment **
42+ **3. Bootstrap the development environment **
4343
4444Navigate to the directory of the newly created project:
4545
@@ -127,7 +127,7 @@ Alternatively you can use the *noxconfig.py* file bellow and adjust the value of
127127
1281284. Configure the tooling
129129++++++++++++++++++++++++
130- In order to make all standard task work properly you need add the configuration settings bellow to your *pyproject.toml *,
130+ In order to make all standard task work properly, you need add the configuration settings below to your *pyproject.toml *,
131131and adjust the following settings to your project needs:
132132
133133* coverage
@@ -145,8 +145,8 @@ and adjust the following settings to your project needs:
1451455. Make the toolbox tasks available
146146+++++++++++++++++++++++++++++++++++
147147In order to use the standard toolbox task via nox, just import them in your *noxfile.py *.
148- If you only need the standard tasks provided by the toolbox your *noxfile.py * is straight
149- forward and you just can use the example *noxfile.py * bellow .
148+ If you only need the standard tasks provided by the toolbox, your *noxfile.py * is straight
149+ forward, and you just can use the example *noxfile.py * below .
150150
151151.. literalinclude :: ../../noxfile.py
152152 :language: python3
@@ -161,7 +161,7 @@ forward and you just can use the example *noxfile.py* bellow.
161161
162162
163163
164- 6. Setup the pre-commit hooks [optional]
164+ 6. Set up the pre-commit hooks [optional]
165165++++++++++++++++++++++++++++++++++++++++
166166
167167#. Add a :code: `.pre-commit-config.yaml ` file to your project root
@@ -171,7 +171,7 @@ forward and you just can use the example *noxfile.py* bellow.
171171 .. literalinclude :: ../../.pre-commit-config.yaml
172172 :language: yaml
173173
174- #. Enable pre commit hooks for your workspace
174+ #. Enable pre- commit hooks for your workspace
175175
176176 .. code-block :: shell
177177
0 commit comments