Skip to content

Commit f9694b9

Browse files
thetreinhardt
andauthored
Update src/pat/auto-suggest/documentation.md
Co-authored-by: Manuel Reinhardt <reinhardt@syslab.com>
1 parent 6a86425 commit f9694b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/auto-suggest/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can customise the behaviour of a gallery through options in the `data-pat-au
7676
| ajax-batch-size | Number | 10 | Batch size for subsequent pages of a bigger result set. For the first page, `max-initial-size` is used. |
7777
| ajax-data-type | String | "json" | In what format will AJAX fetched data be returned in? |
7878
| ajax-search-index | String | | The index or key which must be used to determine the value from the returned data. |
79-
| ajax-timeout | Number | 400 | Timeout before new ajax requests are sent. The default value is set ot `400` milliseconds and prevents querying the server too often while typing. |
79+
| ajax-timeout | Number | 400 | Timeout before new ajax requests are sent. The default value is set to `400` milliseconds and prevents querying the server too often while typing. |
8080
| ajax-url | URL | | The URL which must be called via AJAX to fetch remote data. |
8181
| allow-new-words | Boolean | true | Besides the suggested words, also allow custom user-defined words to be entered. |
8282
| max-initial-size | Number | 10 | Initial batch size. Display `max-initial-size` items on the first page of a bigger result set. |

0 commit comments

Comments
 (0)