Merge pull request #2764 from tomashanacek/master
docs: Fix role hideothers, unhide typo
This commit is contained in:
commit
bf01112acd
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue