From 789e86c93304fe0e93aaf6ee391d62a0497f566a Mon Sep 17 00:00:00 2001
From: zhouke <zhouke35@huawei.com>
Date: Sat, 26 Nov 2022 14:18:55 +0800
Subject: [PATCH] =?UTF-8?q?js-apis-uitest.md=20=E8=A7=84=E8=8C=83=E4=BF=AE?=
 =?UTF-8?q?=E6=94=B9.Signed-off-by:=20<zhouke35@huawei.com>.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: zhouke <zhouke35@huawei.com>
---
 zh-cn/application-dev/reference/apis/js-apis-uitest.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/zh-cn/application-dev/reference/apis/js-apis-uitest.md b/zh-cn/application-dev/reference/apis/js-apis-uitest.md
index dc83e9ecc2..66bd210674 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md
@@ -840,7 +840,7 @@ isCheckable(): Promise\<boolean>
 
 **返回值:**
 
-| 错误码ID          | 错误信息                                                   |
+| 类型              | 说明                                                         |
 | ----------------- | ------------------------------------------------------------ |
 | Promise\<boolean> | 以Promise形式返回控件对象能否可被勾选属性,true:可被勾选,false:不可被勾选。 |
 
@@ -848,7 +848,7 @@ isCheckable(): Promise\<boolean>
 
 以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。
 
-| 类型     | 说明                                     |
+| 错误码ID | 错误信息                                 |
 | -------- | ---------------------------------------- |
 | 17000002 | API does not allow calling concurrently. |
 | 17000004 | Component lost/UiWindow lost.            |
@@ -1295,7 +1295,7 @@ static create(): Driver
 
 **返回值:**
 
-| 错误码ID | 错误信息             |
+| 类型 | 说明           |
 | -------- | ---------------------- |
 | Driver   | 返回构造的Driver对象。 |
 
@@ -1303,7 +1303,7 @@ static create(): Driver
 
 以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。
 
-| 类型     | 说明               |
+| 错误码ID | 错误信息           |
 | -------- | ------------------ |
 | 17000001 | Initialize failed. |
 
@@ -2518,7 +2518,7 @@ split(): Promise\<void>
 
 以下错误码的详细介绍请参见[uitest测试框架错误码](../errorcodes/errorcode-uitest.md)。
 
-| 类型     | 说明                                     |
+| 错误码ID | 错误信息                                 |
 | -------- | ---------------------------------------- |
 | 17000002 | API does not allow calling concurrently. |
 | 17000004 | Component lost/UiWindow lost.            |
-- 
GitLab