docs: Fix role hideothers, unhide typo

This commit is contained in:
Tomáš Hanáček 2015-09-11 14:26:48 +02:00
parent b80aab3cf2
commit af5262630a

View file

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