Skip to content

Commit 48d65fd

Browse files
committed
docs(contributing): : at the end of paragraphs
Added : at the end of paragraphs ISSUES CLOSED: #775
1 parent b7cca58 commit 48d65fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ npm link webpack-cli
5050

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

5858
* To test linting:

0 commit comments

Comments
 (0)