From 990d1160244deee7212e173698c0d6e452921ab5 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Tue, 29 Mar 2022 09:55:24 +0800 Subject: [PATCH] Added English wantagent Signed-off-by: wusongqing --- en/application-dev/ability/wantagent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ability/wantagent.md b/en/application-dev/ability/wantagent.md index 9f5146035e..d092ea537e 100644 --- a/en/application-dev/ability/wantagent.md +++ b/en/application-dev/ability/wantagent.md @@ -21,7 +21,7 @@ Start another ability through a **WantAgent**. import wantAgent from '@ohos.wantAgent'; ``` -2. Create a **WantAgentInfo** object. For details about the data types and parameters of **WantAgentInfo**, see [WantAgent Module](../reference/apis/js-apis-wantAgent.md#WantAgentInfo). +2. Create a **WantAgentInfo** object. For details about the data types and parameters of **WantAgentInfo**, see [WantAgent Module](../reference/apis/js-apis-wantAgent.md#wantagentinfo). ```javascript private wantAgentObj = null // Save the WantAgent object created. It will be used to complete the trigger operations. -- GitLab