diff --git a/en/application-dev/ability-deprecated/context-userguide.md b/en/application-dev/ability-deprecated/context-userguide.md index 1340e72918e141dd3b95b5ddc8dbc11258f83493..79cae1da5611b0736f7d11a5bb0cfb9b48df3f0a 100644 --- a/en/application-dev/ability-deprecated/context-userguide.md +++ b/en/application-dev/ability-deprecated/context-userguide.md @@ -250,9 +250,9 @@ In the stage model, in the onWindowStageCreate lifecycle of an ability, you can Use the API described in the table below to obtain the context associated with an ArkTS page. -| API | Description | -| :------------------------------------ | :--------------------------- | -| getContext(component: Object): Object | Obtains the **Context** object associated with a component on the page.| +| API | Description | +| :------------------------------------ | :----------------------------------------------------------- | +| getContext(component: Object): Object | Obtains the **Context** object associated with a component on the page.
Since API version 9, this API is supported in ArkTS widgets.| **Example** diff --git a/en/application-dev/reference/apis/js-apis-faultLogger.md b/en/application-dev/reference/apis/js-apis-faultLogger.md index dba3fb3f36ce7a0043738ff1c7bce26f22ae4973..ea9be4cbb8e141c716e92ded6d839651bae9bf7f 100644 --- a/en/application-dev/reference/apis/js-apis-faultLogger.md +++ b/en/application-dev/reference/apis/js-apis-faultLogger.md @@ -148,7 +148,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e | ID| Error Message| | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **Example** @@ -205,7 +205,7 @@ For details about the error codes, see [FaultLogger Error Codes](../errorcodes/e | ID| Error Message| | --- | --- | -| 10600001 | The service is not running or broken | +| 10600001 | The service is not started or is faulty | **Example** diff --git a/en/application-dev/reference/errorcodes/errorcode-faultlogger.md b/en/application-dev/reference/errorcodes/errorcode-faultlogger.md index 9279760c6e3285d2a80d3785e8a91bb40859b3c3..303a61f8fc53975e9a71173970ed29a63f8a387b 100644 --- a/en/application-dev/reference/errorcodes/errorcode-faultlogger.md +++ b/en/application-dev/reference/errorcodes/errorcode-faultlogger.md @@ -4,11 +4,11 @@ **Error Message** -The service is not running or broken. +The service is not started or is faulty. **Description** -This error code is reported when the service is not started or is faulty. +This error code is reported when the service is not started or an unknown error occurs. **Possible Causes**