Skip to content

Commit adaba77

Browse files
committed
Autocomplete: Fixed typo in comment.
Thanks Jellyfrog.
1 parent 681b68d commit adaba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ $.widget( "ui.autocomplete", {
383383
this._suggest( content );
384384
this._trigger( "open" );
385385
} else {
386-
// use ._close() instad of .close() so we don't cancel future searches
386+
// use ._close() instead of .close() so we don't cancel future searches
387387
this._close();
388388
}
389389
this.pending--;

0 commit comments

Comments
 (0)