diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-11-07 12:30:18 +0600 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-11-08 17:24:33 +0300 |
commit | dc4b914a05e1e6dbf13f916897b5d6a472ea0380 (patch) | |
tree | 167353be3840a2737645d6e3f37cf5d0a53e4adc /build | |
parent | 1bbb678949da480dce0d9ed3d0fb273bccce9787 (diff) | |
download | jquery-dc4b914a05e1e6dbf13f916897b5d6a472ea0380.tar.gz jquery-dc4b914a05e1e6dbf13f916897b5d6a472ea0380.zip |
Build: Fix various typos
Thanks @jamesgpearce, @vlajos, @imyousuf
Closes gh-1828
Closes gh-1830
Closes gh-1844
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/build.js b/build/tasks/build.js index a64481fe6..e1cf74118 100644 --- a/build/tasks/build.js +++ b/build/tasks/build.js @@ -177,7 +177,7 @@ module.exports = function( grunt ) { // Check removeWith list excludeList( removeWith[ module ] ); } else { - grunt.log.error( "Module \"" + module + "\" is a mimimum requirement."); + grunt.log.error( "Module \"" + module + "\" is a minimum requirement."); if ( module === "selector" ) { grunt.log.error( "If you meant to replace Sizzle, use -sizzle instead." |