Skip to content

Commit 4514ebc

Browse files
authored
Merge pull request javascript-tutorial#50 from Yofri/master
i think this is wrong
2 parents d67c04c + ed1d8fb commit 4514ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/03-code-quality/02-coding-style/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ So it's recommended to install one, even if you don't want to stick to a "code s
274274
Most well-known tools are:
275275

276276
- [JSLint](http://www.jslint.com/) -- one of the first linters.
277-
- [JSHint](http://www.jshint.com/) -- more settings than JSHint.
277+
- [JSHint](http://www.jshint.com/) -- more settings than JSLint.
278278
- [ESLint](http://eslint.org/) -- probably the newest one.
279279

280280
All of them can do the job. The author uses [ESLint](http://eslint.org/).

0 commit comments

Comments
 (0)