updates to the docs

This commit is contained in:
Fabian Zeindl 2017-07-24 10:29:03 +02:00
parent cb3c5ded0f
commit 5db02ffaa9
8 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
## Class: Menu
# Class: Menu
> Create native application menus and context menus.
@ -101,7 +101,7 @@ Inserts the `menuItem` to the `pos` position of the menu.
#### `menu.items`
A MenuItem[] array containing the menu's items.
A `MenuItem[]` array containing the menu's items.
Each `Menu` consists of multiple [`MenuItem`](menu-item.md)s and each `MenuItem`
can have a submenu.