From c849de9d7c40f1b13f3b40241dd003a2e8948181 Mon Sep 17 00:00:00 2001 From: lijiaying <1640106564@qq.com> Date: Thu, 17 Mar 2022 16:17:24 +0800 Subject: [PATCH] api 9 Signed-off-by: lijiaying <1640106564@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-Bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md index 156a021bc8..66d5e9a881 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md @@ -490,7 +490,7 @@ bundle.getAllApplicationInfo(bundleFlags, (err, data) => { }) ``` -``## bundle.getAbilityInfo +## bundle.getAbilityInfo getAbilityInfo(bundleName: string, abilityName: string): Promise\ -- GitLab