From 38947f43de1d68f6671300e52905c467ccabdf0d Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 20 Jan 2020 06:44:22 +0000 Subject: [PATCH] docs: menu item labels are not dynamic (#21823) --- docs/api/menu-item.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/api/menu-item.md b/docs/api/menu-item.md index c29dcfeb916..58bb34c4410 100644 --- a/docs/api/menu-item.md +++ b/docs/api/menu-item.md @@ -130,8 +130,7 @@ dynamically changed. #### `menuItem.label` -A `String` indicating the item's visible label, this property can be -dynamically changed. +A `String` indicating the item's visible label. #### `menuItem.click` @@ -165,7 +164,7 @@ item's icon, if set. #### `menuItem.sublabel` -A `String` indicating the item's sublabel, this property can be dynamically changed. +A `String` indicating the item's sublabel. #### `menuItem.toolTip` _macOS_ @@ -197,7 +196,9 @@ You can add a `click` function for additional behavior. #### `menuItem.registerAccelerator` A `Boolean` indicating if the accelerator should be registered with the -system or just displayed, this property can be dynamically changed. +system or just displayed. + +This property can be dynamically changed. #### `menuItem.commandId`