From 712d65d04a18a330fdcbf192a697f2d4332f58ea Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 30 Mar 2022 12:08:32 +0000 Subject: [PATCH] update en/application-dev/notification/common-event.md. Signed-off-by: ester.zhou --- en/application-dev/notification/common-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/notification/common-event.md b/en/application-dev/notification/common-event.md index 0049c5b26a..fd65daf235 100644 --- a/en/application-dev/notification/common-event.md +++ b/en/application-dev/notification/common-event.md @@ -13,7 +13,7 @@ Each application can subscribe to common events as required. After your applicat ## Common Event Subscription Development ### When to Use -You can create a subscriber object to subscribe to a common event to obtain the parameters passed in the event. Certain system common events require specific permissions to subscribe to. For details, see [Required Permissions](../reference/apis/js-apis-commonEvent.md#required-permissions). +You can create a subscriber object to subscribe to a common event to obtain the parameters passed in the event. Certain system common events require specific permissions to subscribe to. For details, see [Required Permissions](../reference/apis/js-apis-commonEvent.md). ### Available APIs | API | Description| -- GitLab