docs(components): [autocomplete] fix grammatica (#10917)

Update autocomplete.md

修改语法
This commit is contained in:
Peak Wong 2022-12-12 20:28:21 +08:00 committed by GitHub
parent d004a8ff95
commit edb4a524f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Get some recommended tips based on the current input.
Autocomplete component provides input suggestions.
:::demo The `fetch-suggestions` attribute is a method that returns suggested input. In this example, `querySearch(queryString, cb)` returns suggestions to Autocomplete via `cb(data)` when suggestions are ready.
:::demo The `fetch-suggestions` attribute is a method that return suggested inputs. In this example, `querySearch(queryString, cb)` return suggestions to Autocomplete via `cb(data)` when suggestions are ready.
autocomplete/autocomplete