From b045047ebcdb28a277e50eb4b91536561b4977f3 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Tue, 17 May 2022 09:36:45 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-extension-context.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/apis/js-apis-extension-context.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-extension-context.md b/en/application-dev/reference/apis/js-apis-extension-context.md index 51ce88f1cf..01ad34d70f 100644 --- a/en/application-dev/reference/apis/js-apis-extension-context.md +++ b/en/application-dev/reference/apis/js-apis-extension-context.md @@ -4,14 +4,14 @@ > The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. -Implements the extension context. This module is inherited from **Context**. +The ExtensionContext module implements the extension context. This module is inherited from **Context**. ## Attributes **System capability**: SystemCapability.Ability.AbilityRuntime.Core -| Name| Type| Readable| Writable| Description| +| Name | Type | Readable | Writable | Description | | -------- | -------- | -------- | -------- | -------- | -| currentHapModuleInfo | HapModuleInfo | Yes| No| Information about the current HAP. | -| config | Configuration | Yes| No| Module configuration information.| +| currentHapModuleInfo | HapModuleInfo | Yes| No | Information about the current HAP. | +| config | Configuration | Yes| No | Module configuration information. | -- GitLab