Skip to content

Commit

Permalink
docs(contributing): : at the end of paragraphs
Browse files Browse the repository at this point in the history
Added : at the end of paragraphs

ISSUES CLOSED: #775
  • Loading branch information
anshumanv committed Mar 8, 2019
1 parent b7cca58 commit 48d65fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ npm link webpack-cli

* To test a single CLI (other type of) test case:
- `npx jest path/to/my-test.js`
- You can also install jest globally and run tests without npx.
- You can also install jest globally and run tests without npx:
- `npm i -g jest`
- If you have jest installed globally.
- If you have jest installed globally:
- `jest path/to/my-test.js`

* To test linting:
Expand Down

0 comments on commit 48d65fd

Please sign in to comment.