Skip to content

Commit 044aa48

Browse files
committed
Fix typos in getting_started.rst
1 parent 15209b1 commit 044aa48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/user_guide/getting_started.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4444
Navigate 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

128128
4. 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*,
131131
and adjust the following settings to your project needs:
132132

133133
* coverage
@@ -145,8 +145,8 @@ and adjust the following settings to your project needs:
145145
5. Make the toolbox tasks available
146146
+++++++++++++++++++++++++++++++++++
147147
In 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

Comments
 (0)