mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ class MenuManager
|
||||
# ```
|
||||
#
|
||||
# * `items` An {Array} of menu item {Object}s containing the keys:
|
||||
# * `label` The {String} menu label, which is used for localiztion (in `atom-i18n` package).
|
||||
# * `label` The {String} menu label.
|
||||
# * `submenu` An optional {Array} of sub menu items.
|
||||
# * `command` An optional {String} command to trigger when the item is
|
||||
# clicked.
|
||||
|
||||
Reference in New Issue
Block a user