Skip to content

Commit 3b73692

Browse files
authored
Update CONTRIBUTING.md
Updated the filed with typos and correct grammar
1 parent 7760265 commit 3b73692

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Jupyter Notebook
22

3-
Thanks for contributing to Jupyter Notebook!
3+
Thanks for showing interest on contributing to Jupyter Notebook!
44

55
Make sure to follow [Project Jupyter's Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md)
66
for a friendly and welcoming collaborative environment.
@@ -35,7 +35,7 @@ jlpm develop
3535
jupyter server extension enable notebook
3636
```
3737

38-
`notebook` follows a monorepo structure. To build all the packages at once:
38+
`notebook` follows a monorepo structure. To build all the packages at once use:
3939

4040
```bash
4141
jlpm build
@@ -72,7 +72,7 @@ jupyter notebook
7272

7373
### Local changes in Notebook dependencies
7474

75-
The development installation described above fetches JavaScript dependencies from [npmjs](https://www.npmjs.com/),
75+
The developmental installations described above fetches JavaScript dependencies from [npmjs](https://www.npmjs.com/),
7676
according to the versions in the _package.json_ file.
7777
However, it is sometimes useful to be able to test changes in Notebook, with dependencies (e.g. `@jupyterlab` packages) that have not yet
7878
been published.
@@ -92,7 +92,7 @@ Notebook, acting as a local package repository.
9292
With the previous example, it would be `yalc add @jupyterlab/ui-components`.
9393
- Notebook is a monerepo, so we want this dependency to be 'linked' as a resolution (for all sub-packages) instead
9494
of a dependency.\
95-
The easiest way is to manually move the new entry in _package.json_ from _dependencies_ to _resolutions_.
95+
The easiest way is to do it is manually move the new entry in _package.json_ from _dependencies_ to _resolutions_.
9696
- Build Notebook with the local dependency:\
9797
`jlpm install && jlpm build`
9898

@@ -199,8 +199,8 @@ You can invoke the pre-commit hook by hand at any time with:
199199
pre-commit run
200200
```
201201

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

0 commit comments

Comments
 (0)