Skip to content

Commit

Permalink
chore: revise typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 5, 2019
1 parent 7656637 commit be88ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -122,7 +122,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
npm run test:packages
```

- Test a single CLI test case (must run from the root of the poject):
- Test a single CLI test case (must run from root of the poject):

```bash
npx jest path/to/my-test.js
Expand Down Expand Up @@ -161,7 +161,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
yarn test:packages
```

- Test a single CLI test case (must run from the root of the poject):
- Test a single CLI test case (must run from root of the poject):

```bash
yarn jest path/to/my-test.js
Expand Down

0 comments on commit be88ca9

Please sign in to comment.