diff --git a/jshint.md b/jshint.md index 1067df9b6..e3cff8699 100644 --- a/jshint.md +++ b/jshint.md @@ -40,7 +40,7 @@ Enable these options to *not* throw errors in these conditions. /* jshint sub: true */ process.env['name_here'] - /* jshint globalstrict: true */ + /* jshint globalstrict: true */ "use strict"; ### [Enforcing](http://www.jshint.com/docs/options/#enforcing-options)