Browse Source

Update menu.md

Samuel Attard 8 years ago
parent
commit
174e51507d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/menu.md

+ 1 - 1
docs/api/menu.md

@@ -238,7 +238,7 @@ will be set as each window's top menu.
 
 #### `Menu.getApplicationMenu()`
 
-Returns `Menu` the application menu (an instance of `Menu`), if set, or `null`, if not set.
+Returns `Menu` - The application menu, if set, or `null`, if not set.
 
 #### `Menu.sendActionToFirstResponder(action)` _macOS_