Skip to content

Commit

Permalink
[docs] typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscowper committed Jun 9, 2014
1 parent df691a6 commit 9b00d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ When creating pull requests, please target the develop branch.

<a name="testing"></a>
## Testing
A suite of unit tests are maintained to test Parker. The tools Mocha, Chai and Sinon are amoung the tools used for testing.
A suite of unit tests are maintained to test Parker. The tools Mocha, Chai and Sinon are among the tools used for testing.

From the project root, dependencies can be installed using the following command:

npm install

Unit tests can be run using the following command:

npm test
npm test

0 comments on commit 9b00d5a

Please sign in to comment.