Skip to content

Commit 10425c2

Browse files
committed
Improve capitalization and sentence consistency in CONTRIBUTING.md
1 parent e0ff7c4 commit 10425c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This will trigger a GitHub Action that will run the UI tests automatically and p
173173

174174
## Code Styling
175175

176-
All non-Python source code is formatted using [Prettier](https://prettier.io) and Python source code is formatted using [black](https://github.com/psf/black).
176+
All non-Python source code is formatted using [Prettier](https://prettier.io) and Python source code is formatted using [Black](https://github.com/psf/black).
177177
When code is modified and committed, all staged files will be
178178
automatically formatted using pre-commit git hooks with help from
179179
[pre-commit](https://github.com/pre-commit/pre-commit). The benefit of
@@ -201,7 +201,7 @@ pre-commit run
201201

202202
which should run any autoformatting on your code
203203
and tell you about any errors it couldn't fix automatically.
204-
You may also install [black integration](https://github.com/psf/black#editor-integration)
204+
You may also install [Black integration](https://github.com/psf/black#editor-integration)
205205
into your text editor to format code automatically.
206206

207207
If you have already committed files before setting up the pre-commit
@@ -220,7 +220,7 @@ running with the `--hook-stage manual` argument.
220220

221221
## Documentation
222222

223-
First make sure you have set up a development environment as described above.
223+
First, make sure you have set up a development environment as described above.
224224

225225
Then run the following command to build the docs:
226226

@@ -234,7 +234,7 @@ In a separate terminal window, run the following command to serve the documentat
234234
hatch run docs:serve
235235
```
236236

237-
Now open a web browser and navigate to `http://localhost:8000` to access the documentation.
237+
Now, open a web browser and navigate to `http://localhost:8000` to access the documentation.
238238

239239
## Contributing from the browser
240240

0 commit comments

Comments
 (0)