From 9305202767192eb1ccce0803a5dd67a523c6417a Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 18 May 2022 01:53:21 +0000 Subject: [PATCH] update en/application-dev/notification/notification.md. Signed-off-by: ester.zhou --- en/application-dev/notification/notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/notification/notification.md b/en/application-dev/notification/notification.md index 16a6ceb59f..9a440cb444 100644 --- a/en/application-dev/notification/notification.md +++ b/en/application-dev/notification/notification.md @@ -133,7 +133,7 @@ var subscriber = { ##### Enabling Notification -Before publishing a notification, check whether the notification feature is enabled for your application. By default, the feature is disabled. The application can use **Notification.requestEnableNotification** to prompt the user to enable the feature. +Before publishing a notification, check whether the notification feature is enabled for your application. By default, the feature is disabled. The application calls **Notification.requestEnableNotification** to prompt the user to enable the feature. ```js Notification.requestEnableNotification() .then((data) => { -- GitLab