From 11553e6aa9495a79eacf4c1148c5119e235468ef Mon Sep 17 00:00:00 2001 From: Hollokin Date: Wed, 19 Oct 2022 15:05:16 +0800 Subject: [PATCH] update Signed-off-by: Hollokin --- .../reference/apis/js-apis-inputmethodengine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md index 17455ea546..3e324df656 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md @@ -845,7 +845,7 @@ async function InputMethodEngine() { ## TextInputClient -下列API示例中都需使用[inputStart](#inputStart9)回调获取到TextInputClient实例,再通过此实例调用对应方法。 +下列API示例中都需使用[inputStart](#inputStart)回调获取到TextInputClient实例,再通过此实例调用对应方法。 ### getForward(deprecated) @@ -1365,7 +1365,7 @@ getEditorAttribute(): Promise<EditorAttribute> ## InputClient9+ -下列API示例中都需使用[inputStart](#oninputstart9)回调获取到InputClient实例,再通过此实例调用对应方法。 +下列API示例中都需使用[inputStart](#inputStart9)回调获取到InputClient实例,再通过此实例调用对应方法。 ### sendKeyFunction9+ -- GitLab