diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md
index 19e71eb8a514a307bc33b84c5582acdee70dd6aa..3ef002effee7c2381d0868e4b364b3a6ed95b639 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md
@@ -782,7 +782,7 @@ inputMethodEngine.getKeyboardDelegate().off('textChange', (text) => {
## KeyboardController
-下列API示例中都需使用[inputStart](#oninputstart9)回调获取到KeyboardController实例,再通过此实例调用对应方法。
+下列API示例中都需使用[on('inputStart')](#oninputstart9)回调获取到KeyboardController实例,再通过此实例调用对应方法。
### hide9+
@@ -1633,7 +1633,7 @@ async function InputMethodAbility() {
## TextInputClient
-下列API示例中都需使用[inputStart](#oninputstart)回调获取到TextInputClient实例,再通过此实例调用对应方法。
+下列API示例中都需使用[on('inputStart')](#oninputstart)回调获取到TextInputClient实例,再通过此实例调用对应方法。
### getForward(deprecated)