Skip to content

Commit 017965b

Browse files
author
Tomas Kirda
authored
Merge pull request #547 from rushimusmaximus/patch-1
fixed typo in "comma"
2 parents 8d18bda + 3fc25f5 commit 017965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
2929
###Configuration Settings
3030
* `noCache`: Boolean value indicating whether to cache suggestion results. Default `false`.
3131
* `delimiter`: String or RegExp, that splits input value and takes last part to as query for suggestions.
32-
Useful when for example you need to fill list of coma separated values.
32+
Useful when for example you need to fill list of comma separated values.
3333
* `onSearchStart`: `function (query) {}` called before Ajax request. `this` is bound to input element.
3434
* `onSearchComplete`: `function (query, suggestions) {}` called after Ajax response is processed. `this` is bound to input element. `suggestions` is an array containing the results.
3535
* `onSearchError`: `function (query, jqXHR, textStatus, errorThrown) {}` called if Ajax request fails. `this` is bound to input element.

0 commit comments

Comments
 (0)