Skip to content

Commit

Permalink
Fixed typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 2, 2016
1 parent cae8f63 commit fcc007b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Expand Up @@ -110,9 +110,9 @@ $ grunt # lint, build, and test

$ grunt build # lint and build

$ gulp test # run unit and e2e tests
$ gulp test:unit # run unit tests
$ gulp test:e2e # run e2e tests (via Protractor)
$ grunt test # run unit and e2e tests
$ grunt test:unit # run unit tests
$ grunt test:e2e # run e2e tests (via Protractor)

$ grunt watch # lint, build, and test whenever source files change
```
Expand Down

0 comments on commit fcc007b

Please sign in to comment.