📝 Minor grammar tweaks
This commit is contained in:
parent
8a4e0a64cf
commit
9f8ad36f30
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# menu
|
# menu
|
||||||
|
|
||||||
The `Menu` class is used to create native menus that can be used as
|
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.
|
items, and each menu item can have a submenu.
|
||||||
|
|
||||||
An example of creating a menu dynamically in web page by using the
|
Below is an example of creating a menu dynamically in a web page by using
|
||||||
[remote](remote.md) module, and show it when user right clicks
|
the [remote](remote.md) module, and showing it when the user right clicks
|
||||||
the page:
|
the page:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue