docs: Fix role hideothers, unhide typo
authorTomáš Hanáček <tomas.hanacek1@gmail.com>
Fri, 11 Sep 2015 12:26:48 +0000 (14:26 +0200)
committerTomáš Hanáček <tomas.hanacek1@gmail.com>
Fri, 11 Sep 2015 12:26:48 +0000 (14:26 +0200)
docs/api/menu.md

index 49d6361..f48b07e 100644 (file)
@@ -170,11 +170,11 @@ if (process.platform == 'darwin') {
       {
         label: 'Hide Others',
         accelerator: 'Command+Shift+H',
-        role: 'hideothers:'
+        role: 'hideothers'
       },
       {
         label: 'Show All',
-        role: 'unhide:'
+        role: 'unhide'
       },
       {
         type: 'separator'