From edb4a524f313d9257152a9bdb91fefc603e8272f Mon Sep 17 00:00:00 2001 From: Peak Wong Date: Mon, 12 Dec 2022 20:28:21 +0800 Subject: [PATCH] docs(components): [autocomplete] fix grammatica (#10917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update autocomplete.md 修改语法 --- docs/en-US/component/autocomplete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/component/autocomplete.md b/docs/en-US/component/autocomplete.md index 94b93c3aec..d20a836e02 100644 --- a/docs/en-US/component/autocomplete.md +++ b/docs/en-US/component/autocomplete.md @@ -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