Skip to content

Commit 1c3fe97

Browse files
Update contributing.md
grammar fixes
1 parent 7106721 commit 1c3fe97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contributing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd react-notion-x
1414
yarn
1515
```
1616

17-
This will install dependencies and link all of the local packages together using `lerna`. This includes the `examples` projects which will now point to the local version of your packages.
17+
This will install dependencies and link all of the local packages together using `lerna`. This includes the example projects which will now point to the local version of your packages.
1818

1919
```bash
2020
yarn dev
@@ -35,8 +35,7 @@ You should now be able to open `http://localhost:3000` to view and debug the exa
3535

3636
### Gotchas
3737

38-
Whenever you make a change to one of the packages, the `yarn dev` from the project root will re-compile that package, and the `yarn dev` from the
39-
project's Next.js dev server should hot-reload it in the browser.
38+
Whenever you make a change to one of the packages, the `yarn dev` from the project root will re-compile that package, and the `yarn dev` from the example project's Next.js dev server should hot-reload it in the browser.
4039

4140
Sometimes, this process gets a little out of whack, and if you're not sure what's going on, I usually just quit one or both of the `yarn dev` commands and restart them.
4241

0 commit comments

Comments
 (0)