Fixed typo

This commit is contained in:
Craig Shoemaker 2015-07-24 06:53:55 -07:00
parent 959f5d61b7
commit d485cfbca3

View file

@ -29,7 +29,7 @@ window.addEventListener('contextmenu', function (e) {
Another example of creating the application menu with the simple template API:
**Note to Window and Linux users** the `selector` member of each menu item is a Mac-only [Accellerator option](https://github.com/atom/electron/blob/master/docs/api/accelerator.md).
**Note to Window and Linux users** the `selector` member of each menu item is a Mac-only [Accelerator option](https://github.com/atom/electron/blob/master/docs/api/accelerator.md).
```html
<!-- index.html -->