Skip to content
Browse files

Fix a minor typo in Contributing

  • Loading branch information...
1 parent d872c25 commit 14d85931021c99a9a3fd52cc63472d72b60fd62d @gaearon gaearon committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 CONTRIBUTING.md
View
2 CONTRIBUTING.md
@@ -18,7 +18,7 @@ We will do our best to keep `master` in good shape, with tests passing at all ti
Use `grunt test` to run the full test suite with PhantomJS.
-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.
+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.
For example, `jest --watch` lets you automatically run the test suite on every file change.

0 comments on commit 14d8593

Please sign in to comment.
Something went wrong with that request. Please try again.