We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d929c8 + eab11e6 commit 6da45f5Copy full SHA for 6da45f5
src/typeahead/plugin.js
@@ -159,7 +159,7 @@
159
return success;
160
},
161
162
- // mirror jQuery#val functionality: reads opearte on first match,
+ // mirror jQuery#val functionality: reads operate on first match,
163
// write operates on all matches
164
val: function val(newVal) {
165
var query;
@@ -186,7 +186,7 @@
186
};
187
188
$.fn.typeahead = function(method) {
189
- // methods that should only act on intialized typeaheads
+ // methods that should only act on initialized typeaheads
190
if (methods[method]) {
191
return methods[method].apply(this, [].slice.call(arguments, 1));
192
}
0 commit comments