Skip to content

Commit

Permalink
Fix spelling mistake (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyamaman authored and justin808 committed Feb 17, 2017
1 parent cb48097 commit 610d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ npm install -g phantomjs
Note this *must* be installed globally for the dummy test project rspec runner to see it properly.

### Local Node Package
Because the example and dummy apps rely on the react-on-rails node package, they should link directly to your local version to pick up any changes you may have made to that package. To achieve this, switch to the teat app's root directory and run this command below which runs something like [this script](spec/dummy/package.json#L14)
Because the example and dummy apps rely on the react-on-rails node package, they should link directly to your local version to pick up any changes you may have made to that package. To achieve this, switch to the test app's root directory and run this command below which runs something like [this script](spec/dummy/package.json#L14)

```sh
npm run install-react-on-rails
Expand Down

0 comments on commit 610d8f0

Please sign in to comment.