Skip to content

Commit e2309c1

Browse files
author
Tomas Kirda
committed
Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete
2 parents e97ad17 + 999dc67 commit e2309c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ supply just a string array for suggestions:
108108

109109
## Non standard query/results
110110

111-
If your ajax service expects the query in a different format, and returns data in a different format then the standard response,
111+
If your ajax service expects the query in a different format, and returns data in a different format than the standard response,
112112
you can supply the "paramName" and "transformResult" options:
113113

114-
$('#autocomplete').autocomplere({
114+
$('#autocomplete').autocomplete({
115115
paramName: 'searchString',
116116
transformResult: function(response) {
117117
return $.map(response.myData, function(dataItem) {

0 commit comments

Comments
 (0)