Skip to content

Commit 3f9fda8

Browse files
markelogmgol
authored andcommitted
Build: Fix various typos
Thanks @jamesgpearce, @imyousuf Ref dc4b914
1 parent b7663ea commit 3f9fda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = function( grunt ) {
181181
// Check removeWith list
182182
excludeList( removeWith[ module ] );
183183
} else {
184-
grunt.log.error( "Module \"" + module + "\" is a mimimum requirement.");
184+
grunt.log.error( "Module \"" + module + "\" is a minimum requirement.");
185185
}
186186
} else {
187187
grunt.log.writeln( flag );

test/unit/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test("jQuery.data({})", 25, function() {
8888
test("jQuery.data(window)", 25, function() {
8989
// remove bound handlers from window object to stop potential false positives caused by fix for #5280 in
9090
// transports/xhr.js
91-
jQuery( window ).off( "unload" );
91+
jQuery( window ).off( "unload" );
9292

9393
dataTests( window );
9494
});

0 commit comments

Comments
 (0)