From e4751fef7826dd5cf2c4d1d7760975a9669610f0 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 9 Feb 2022 17:56:29 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-ability-context.md | 2 +- en/application-dev/reference/apis/js-apis-extension-context.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-ability-context.md b/en/application-dev/reference/apis/js-apis-ability-context.md index 0fafc6f7b9..5d85731dc2 100644 --- a/en/application-dev/reference/apis/js-apis-ability-context.md +++ b/en/application-dev/reference/apis/js-apis-ability-context.md @@ -4,7 +4,7 @@ > The initial APIs of this module are supported since API 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. -Implements ability context. This module is inherited from **Context**. +Implements the ability context. This module is inherited from **Context**. ## Attributes 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 ceb82e2732..be430dce1a 100644 --- a/en/application-dev/reference/apis/js-apis-extension-context.md +++ b/en/application-dev/reference/apis/js-apis-extension-context.md @@ -4,7 +4,7 @@ > The initial APIs of this module are supported since API 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. -Implements extension context. This module is inherited from **Context**. +Implements the extension context. This module is inherited from **Context**. ## Attributes -- GitLab