Skip to content

Commit

Permalink
Fix the typo error in JSHint link
Browse files Browse the repository at this point in the history
  • Loading branch information
incleaf committed Mar 2, 2016
1 parent 607ad01 commit 246cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@
**Tools**
- Code Style Linters
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/.jshintrc)
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
**Other Style Guides**
Expand Down

0 comments on commit 246cde0

Please sign in to comment.