From 61f36610d5f66e01d3ecc293e7365091634eb9be Mon Sep 17 00:00:00 2001 From: wusongqing Date: Sun, 24 Apr 2022 16:44:57 +0800 Subject: [PATCH] fixed 64f86a2 from https://gitee.com/wusongqing/docs/pulls/3441 updated docs Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-featureAbility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-featureAbility.md b/en/application-dev/reference/apis/js-apis-featureAbility.md index 430e3a52ac..e691213be2 100644 --- a/en/application-dev/reference/apis/js-apis-featureAbility.md +++ b/en/application-dev/reference/apis/js-apis-featureAbility.md @@ -917,8 +917,8 @@ Enumerates operation types of the Data ability. | Name | Readable/Writable| Type | Mandatory| Description | | -------------------------------- | -------- | -------------------- | ---- | ------------------------------------------------------------ | | deviceId | Read-only | string | No | ID of the device that runs the ability. | -| bundleName | Read-only | string | No | Bundle name of the ability to start. If both **bundleName** and **abilityName** are specified in a **Want** object, the **Want** object can directly match the specified ability.| -| abilityName | Read-only | string | No | Name of the ability to start. If both **bundleName** and **abilityName** are specified in a **Want** object, the **Want** object can directly match the specified ability.| +| bundleName | Read-only | string | No | Bundle name of the ability to start.| +| abilityName | Read-only | string | No | Name of the ability to start. If both **package** and **AbilityName** are specified in this field in a **Want** object, the **Want** object can directly match the specified ability.| | uri | Read-only | string | No | URI information to match. If **uri** is specified in a **Want** object, the **Want** object will match the specified URI information, including **scheme**, **schemeSpecificPart**, **authority**, and **path**.| | type | Read-only | string | No | MIME type, for example, text/plain or image/*. | | flags | Read-only | number | No | How the **Want** object will be handled. By default, a number is passed. For details, see [flags](#flags).| -- GitLab