Skip to content

Commit 999dc67

Browse files
author
Tomas Kirda
committed
Merge pull request devbridge#28 from nilsga/master
Fixed some typos in the documentation
2 parents d93af49 + 4fce338 commit 999dc67

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
@@ -106,10 +106,10 @@ supply just a string array for suggestions:
106106

107107
## Non standard query/results
108108

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

112-
$('#autocomplete').autocomplere({
112+
$('#autocomplete').autocomplete({
113113
paramName: 'searchString',
114114
transformResult: function(response) {
115115
return $.map(response.myData, function(dataItem) {

0 commit comments

Comments
 (0)