You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/menus/menus.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h3>The <code>Menu</code> and <code>MenuItem</code> modules can be used to creat
17
17
<divclass="demo">
18
18
<divclass="demo-wrapper">
19
19
<buttonid="application-menu-demo-toggle" class="js-container-target demo-toggle-button">Create an application menu
20
-
<divclass="demo-meta u-avoid-clicks">Supports: Win, OS X, Linux <spanclass="demo-meta-divider">|</span> Process: Main</div>
20
+
<divclass="demo-meta u-avoid-clicks">Supports: Win, macOS, Linux <spanclass="demo-meta-divider">|</span> Process: Main</div>
21
21
</button>
22
22
<divclass="demo-box">
23
23
<p>The <code>Menu</code> and <code>MenuItem</code> modules allow you to customize your application menu. If you don't set any menu, Electron will generate a minimal menu for your app by default.</p>
@@ -44,7 +44,7 @@ <h2>ProTip</h2>
44
44
<divclass="demo">
45
45
<divclass="demo-wrapper">
46
46
<buttonid="context-menu-demo-toggle" class="js-container-target demo-toggle-button">Create a context menu
47
-
<divclass="demo-meta u-avoid-clicks">Supports: Win, OS X, Linux <spanclass="demo-meta-divider">|</span> Process: Main</div>
47
+
<divclass="demo-meta u-avoid-clicks">Supports: Win, macOS, Linux <spanclass="demo-meta-divider">|</span> Process: Main</div>
0 commit comments