Skip to content

Commit

Permalink
Fixed a typo; closes jshint#140
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof authored and jugglinmike committed Oct 21, 2014
1 parent eb3c150 commit 982b7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jshint.js
Expand Up @@ -270,7 +270,7 @@ var JSHINT = (function () {
onevar : true, // if only one var statement per function should be allowed
passfail : true, // if the scan should stop on first error
plusplus : true, // if increment/decrement should not be allowed
prototypejs : true, // if Prototype and Scriptaculous globals shoudl be predefined
prototypejs : true, // if Prototype and Scriptaculous globals should be predefined
regexp : true, // if the . should not be allowed in regexp literals
rhino : true, // if the Rhino environment globals should be predefined
undef : true, // if variables should be declared before used
Expand Down

0 comments on commit 982b7e4

Please sign in to comment.