📝 Minor grammar tweaks

This commit is contained in:
Kevin Sawicki 2014-10-25 16:03:27 -07:00
parent 8a4e0a64cf
commit 9f8ad36f30

View file

@ -1,11 +1,11 @@
# menu
The `Menu` class is used to create native menus that can be used as
application menu and context menu. Each menu is consisted of multiple menu
application menus and context menus. Each menu consists of multiple menu
items, and each menu item can have a submenu.
An example of creating a menu dynamically in web page by using the
[remote](remote.md) module, and show it when user right clicks
Below is an example of creating a menu dynamically in a web page by using
the [remote](remote.md) module, and showing it when the user right clicks
the page:
```html