mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Merge pull request #2764 from tomashanacek/master
docs: Fix role hideothers, unhide typo
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user