forked from 0x2620/pandora
autocomplete: fix typo in docstring
This commit is contained in:
parent
f6add1463a
commit
4d6466779f
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ def autocomplete(request, data):
|
|||
value: string, // search string
|
||||
operator: string, // '=', '==', '^', '$'
|
||||
query: object, // item query to limit results, see `find`
|
||||
range: [int, int] // range of tesults to return
|
||||
range: [int, int] // range of results to return
|
||||
}
|
||||
returns {
|
||||
items: [string, ...] // list of matching strings
|
||||
|
|
Loading…
Reference in a new issue