diff --git a/en/application-dev/ability/wantagent.md b/en/application-dev/ability/wantagent.md index 9f5146035ec907d72d12699745fbd6b84af0e26d..d092ea537ec46bd0c380549cbbf67364f57ff311 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.