Update src/menu-manager.coffee

Co-authored-by: Sadick <sadickjunior@gmail.com>
This commit is contained in:
sibaki_girls
2021-06-25 06:45:53 +09:00
committed by GitHub
parent 23dee756ca
commit d9955e8f5b

View File

@@ -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.