Browse Source

:memo: Add a line to the docs

Felix Rieseberg 7 years ago
parent
commit
2e487adf8a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/api/notification.md

+ 4 - 1
docs/api/notification.md

@@ -104,9 +104,12 @@ HTML5 Notification implementation, simply instantiating a `new Notification` doe
 not immediately show it to the user, you need to call this method before the OS
 will display it.
 
+If the notification has been shown before, this method will dismiss the previously
+shown notification and create a new one with identical properties.
+
 #### `notification.close()`
 
-Dismisses the notification
+Dismisses the notification.
 
 ### Playing Sounds