Fix a minor typo in Contributing

This commit is contained in:
Dan Abramov 2015-12-21 21:23:07 +00:00
parent d872c25739
commit 14d8593102
1 changed files with 1 additions and 1 deletions

View File

@ -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.