projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80aab3
)
docs: Fix role hideothers, unhide typo
author
Tomáš Hanáček
<tomas.hanacek1@gmail.com>
Fri, 11 Sep 2015 12:26:48 +0000
(14:26 +0200)
committer
Tomáš Hanáček
<tomas.hanacek1@gmail.com>
Fri, 11 Sep 2015 12:26:48 +0000
(14:26 +0200)
docs/api/menu.md
patch
|
blob
|
history
diff --git
a/docs/api/menu.md
b/docs/api/menu.md
index
49d6361
..
f48b07e
100644
(file)
--- a/
docs/api/menu.md
+++ b/
docs/api/menu.md
@@
-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'