Skip to content

Commit 0927361

Browse files
Fix typo
1 parent 2b29ca6 commit 0927361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
};
135135

136136
function _formatResult(suggestion, currentValue) {
137-
// Do not replace anything if there current value is empty
137+
// Do not replace anything if the current value is empty
138138
if (!currentValue) {
139139
return suggestion.value;
140140
}

0 commit comments

Comments
 (0)