mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Merge remote-tracking branch 'refs/remotes/atom/master'
This commit is contained in:
@@ -16,7 +16,7 @@ the [HTML5 Notification API](https://notifications.spec.whatwg.org/), using
|
||||
the currently running operating system's native notification APIs to display it.
|
||||
|
||||
```javascript
|
||||
var myNotificiation = new Notification('Title', {
|
||||
var myNotification = new Notification('Title', {
|
||||
body: 'Lorem Ipsum Dolor Sit Amet'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user