From 15944a82ea4e20b6c77bfc4b8a6c9d57121dd59b Mon Sep 17 00:00:00 2001 From: ningning <3248127340@qq.com> Date: Fri, 16 Jun 2023 01:29:56 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md. Signed-off-by: ningning <3248127340@qq.com> --- .../reference/apis/js-apis-inputmethodengine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 856615eaa1..b5a187d9cc 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md @@ -502,7 +502,7 @@ createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\): | 错误码ID | 错误信息 | | ---------- | ----------------------------- | -| 12800004 | not an input method extension | +| 12800004 | not an input method extension. | **示例:** @@ -550,7 +550,7 @@ createPanel(ctx: BaseContext, info: PanelInfo): Promise\ | 错误码ID | 错误信息 | | ---------- | ----------------------------- | -| 12800004 | not an input method extension | +| 12800004 | not an input method extension. | **示例:** @@ -2485,7 +2485,7 @@ sendExtendAction(action: ExtendAction): Promise<void> | 错误码ID | 错误信息 | | -------- | ------------------------------ | -| 12800003 | Input method client error. | +| 12800003 | input method client error. | | 12800006 | Input method controller error. | **示例:** -- GitLab