use lowercase for optional annotation

This commit is contained in:
Zeke Sikelianos 2017-06-13 13:50:10 -07:00
parent b328a238a6
commit 56ee50f3a3
6 changed files with 16 additions and 16 deletions

View file

@ -32,10 +32,10 @@ Returns `Boolean` - Whether or not desktop notifications are supported on the cu
* `options` Object
* `title` String - A title for the notification, which will be shown at the top of the notification window when it is shown
* `body` String - The body text of the notification, which will be displayed below the title
* `silent` Boolean - (Optional) Whether or not to emit an OS notification noise when showing the notification
* `icon` [NativeImage](native-image.md) - (Optional) An icon to use in the notification
* `hasReply` Boolean - (Optional) Whether or not to add an inline reply option to the notification. _macOS_
* `replyPlaceholder` String - (Optional) The placeholder to write in the inline reply input field. _macOS_
* `silent` Boolean - (optional) Whether or not to emit an OS notification noise when showing the notification
* `icon` [NativeImage](native-image.md) - (optional) An icon to use in the notification
* `hasReply` Boolean - (optional) Whether or not to add an inline reply option to the notification. _macOS_
* `replyPlaceholder` String - (optional) The placeholder to write in the inline reply input field. _macOS_
### Instance Events