Skip to content

Commit

Permalink
Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Dec 22, 2009
1 parent 3776cbe commit 7e69fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -691,7 +691,7 @@ jQuery.event.special.change = {
},

// Change has to be called before submit
// Keydown will be called before keypress, wich is used in submit-event delegation
// Keydown will be called before keypress, which is used in submit-event delegation
keydown: function( e ) {
var elem = e.target, type = elem.type;

Expand Down

0 comments on commit 7e69fdb

Please sign in to comment.