Fix JSCS name typo in CONTRIBUTING.md.

This commit is contained in:
Kris Borchers
2015-10-17 16:18:55 -04:00
committed by John-David Dalton
parent 6ae58e74c7
commit 33e2499006

View File

@@ -38,7 +38,7 @@ In addition to the following guidelines, please follow the conventions already e
- **Comments**:<br>
Please use single-line comments to annotate significant additions, & [JSDoc-style](http://www.2ality.com/2011/08/jsdoc-intro.html) comments for functions.
Guidelines are enforced using [JSSC](https://www.npmjs.com/package/jscs):
Guidelines are enforced using [JSCS](https://www.npmjs.com/package/jscs):
```bash
$ npm run lint