From 0d4c6e327f0379140c7777b9a52733aa4bf8dabc Mon Sep 17 00:00:00 2001 From: Zhuo Lu Date: Tue, 16 Jan 2018 12:05:43 -0800 Subject: [PATCH] Update Notification API doc --- docs/api/notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/notification.md b/docs/api/notification.md index 3362fabfea4..571fc88d7ed 100644 --- a/docs/api/notification.md +++ b/docs/api/notification.md @@ -39,7 +39,7 @@ Returns `Boolean` - Whether or not desktop notifications are supported on the cu * `replyPlaceholder` String (optional) _macOS_ - The placeholder to write in the inline reply input field. * `sound` String (optional) _macOS_ - The name of the sound file to play when the notification is shown. * `actions` [NotificationAction[]](structures/notification-action.md) (optional) _macOS_ - Actions to add to the notification. Please read the available actions and limitations in the `NotificationAction` documentation. - + * `closeButtonText` String (optional) _macOS_ - A custom title for the close button of an alert. An empty string will cause the default localized text to be used. ### Instance Events