From 68aae145a9445ab0adccea711ce2783f6bb8a339 Mon Sep 17 00:00:00 2001 From: yuyaozhi Date: Fri, 22 Jul 2022 15:02:42 +0800 Subject: [PATCH] Fix sample code and document error of ability Signed-off-by: yuyaozhi --- .../application-dev/reference/apis/js-apis-Context.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-Context.md b/zh-cn/application-dev/reference/apis/js-apis-Context.md index 1352981c55..1f4dfe2d7d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-Context.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Context.md @@ -1240,8 +1240,8 @@ context.printDrawnCompleted().then((data) => { **系统能力**:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core -| 名称 | 类型 | 可读 | 可写 | 说明 | -| ----------- | ------ | ---- | ---- | ------- | -| appName | string | 是 | 否 | 模块名称。 | -| versionCode | number | 是 | 否 | 模块描述信息。 | -| versionName | string | 是 | 否 | 描述信息ID。 | +| 名称 | 类型 | 可读 | 可写 | 说明 | +| ------ | ------ | ------| ------ | ------ | +| appName | string | 是 | 否 | 模块名称。 | +| versionCode | number | 是 | 否 | 模块描述信息。 | +| versionName | string | 是 | 否 | 描述信息ID。 | -- GitLab