Merge remote-tracking branch 'refs/remotes/atom/master'
This commit is contained in:
commit
19a2c24927
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
the currently running operating system's native notification APIs to display it.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var myNotificiation = new Notification('Title', {
|
var myNotification = new Notification('Title', {
|
||||||
body: 'Lorem Ipsum Dolor Sit Amet'
|
body: 'Lorem Ipsum Dolor Sit Amet'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue