From 3ee3e9a3e8763697b782cfe6c9b1b650bb66381f Mon Sep 17 00:00:00 2001 From: Zhuo Lu Date: Tue, 16 Jan 2018 01:36:42 -0800 Subject: [PATCH] Fix typo --- docs/api/structures/notification-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/notification-action.md b/docs/api/structures/notification-action.md index a2cf4e078a91..62bc5bce3f9b 100644 --- a/docs/api/structures/notification-action.md +++ b/docs/api/structures/notification-action.md @@ -15,6 +15,6 @@ In order for extra notification buttons to work on macOS your app must meet the following criteria. * App is signed -* App has it's `NSUserNotificationAlertStyle` set to `alert` in the `info.plist`. +* App has it's `NSUserNotificationAlertStyle` set to `alert` in the `Info.plist`. If either of these requirements are not met the button simply won't appear.