Skip to content

Commit b99d42f

Browse files
Fix grammatical errors in Contributing.md (#7669)
1 parent df09eae commit b99d42f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note: You will need NodeJS to build the extension package.
1212
The `jlpm` command is JupyterLab's pinned version of [yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
1313
`yarn` or `npm` in lieu of `jlpm` below.
1414

15-
**Note**: we recommend using `mamba` to speed the creating of the environment.
15+
**Note**: we recommend using `mamba` to speed up the creation of the environment.
1616

1717
```bash
1818
# create a new environment
@@ -77,8 +77,7 @@ 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.
7979

80-
[yalc](https://github.com/wclr/yalc) can help use local JavaScript packages in your build of
81-
Notebook, acting as a local package repository.
80+
[yalc](https://github.com/wclr/yalc) can help you use local JavaScript packages when building Notebook, acting as a local package repository.
8281

8382
- Install yalc globally in your environment:
8483
`npm install -g yalc`
@@ -177,7 +176,7 @@ All non-python source code is formatted using [prettier](https://prettier.io) an
177176
When code is modified and committed, all staged files will be
178177
automatically formatted using pre-commit git hooks (with help from
179178
[pre-commit](https://github.com/pre-commit/pre-commit). The benefit of
180-
using a code formatters like `prettier` and `black` is that it removes the topic of
179+
using code formatters like `prettier` and `black` is that it removes the topic of
181180
code style from the conversation when reviewing pull requests, thereby
182181
speeding up the review process.
183182

0 commit comments

Comments
 (0)