Skip to content

Commit 14d8593

Browse files
committed
Fix a minor typo in Contributing
1 parent d872c25 commit 14d8593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We will do our best to keep `master` in good shape, with tests passing at all ti
1818

1919
Use `grunt test` to run the full test suite with PhantomJS.
2020

21-
This command is just a facade to [Jest](https://facebook.github.io/jest/). You may optionally `npm install -g jest-cli` run and use Jest commands directly to have more control over how tests are executed.
21+
This command is just a facade to [Jest](https://facebook.github.io/jest/). You may optionally run `npm install -g jest-cli` and use Jest commands directly to have more control over how tests are executed.
2222

2323
For example, `jest --watch` lets you automatically run the test suite on every file change.
2424

0 commit comments

Comments
 (0)