Merge pull request #2764 from tomashanacek/master

docs: Fix role hideothers, unhide typo
This commit is contained in:
Cheng Zhao 2015-09-11 21:06:26 +08:00
commit bf01112acd

View 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'