diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-30 11:53:47 -0700 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-30 11:53:47 -0700 |
commit | 3d822afbe8929b04d4ca17c6abb7afb7eeccbceb (patch) | |
tree | 08aba9944b1a68ab04cc4a39884dd3f7a210dd7a | |
parent | 672701add1ddaf3988d84beaee6508f1e738def1 (diff) | |
download | jquery-3d822afbe8929b04d4ca17c6abb7afb7eeccbceb.tar.gz jquery-3d822afbe8929b04d4ca17c6abb7afb7eeccbceb.zip |
Fix typo in grunt lint:tests
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ module.exports = function( grunt ) { lint: { dist: "dist/jquery.js", grunt: "grunt.js", - tests: "tests/unit/**/*.js" + tests: "test/unit/**/*.js" }, jshint: (function() { |