mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Remove more words (#12852)
* remove 'basically' from docs * remove 'simply' from docs * remove most uses of 'just' from docs
This commit is contained in:
@@ -100,7 +100,7 @@ Objects created with `new Notification` have the following instance methods:
|
||||
#### `notification.show()`
|
||||
|
||||
Immediately shows the notification to the user, please note this means unlike the
|
||||
HTML5 Notification implementation, simply instantiating a `new Notification` does
|
||||
HTML5 Notification implementation, instantiating a `new Notification` does
|
||||
not immediately show it to the user, you need to call this method before the OS
|
||||
will display it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user