Skip to content

Commit 9a46512

Browse files
Update ipc.html
1 parent ba0a9ba commit 9a46512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sections/communication/ipc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3>The <code>ipc</code> (inter-process communication) module allows you to send
1616
<div class="demo">
1717
<div class="demo-wrapper">
1818
<button id="async-msg-demo-toggle" class="js-container-target demo-toggle-button">Asynchronous messages
19-
<div class="demo-meta u-avoid-clicks">Supports: Win, OS X, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
19+
<div class="demo-meta u-avoid-clicks">Supports: Win, macOS, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
2020
</button>
2121
<div class="demo-box">
2222
<div class="demo-controls">
@@ -37,7 +37,7 @@ <h5>Main Process</h5>
3737
<div class="demo">
3838
<div class="demo-wrapper">
3939
<button id="sync-msg-demo-toggle" class="js-container-target demo-toggle-button">Synchronous messages
40-
<div class="demo-meta u-avoid-clicks">Supports: Win, OS X, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
40+
<div class="demo-meta u-avoid-clicks">Supports: Win, macOS, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
4141
</button>
4242
<div class="demo-box">
4343
<div class="demo-controls">
@@ -57,7 +57,7 @@ <h5>Main Process</h5>
5757
<div class="demo">
5858
<div class="demo-wrapper">
5959
<button id="invis-msg-demo-toggle" class="js-container-target demo-toggle-button">Communicate with an invisible window
60-
<div class="demo-meta u-avoid-clicks">Supports: Win, OS X, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
60+
<div class="demo-meta u-avoid-clicks">Supports: Win, macOS, Linux <span class="demo-meta-divider">|</span> Process: Both</div>
6161
</button>
6262
<div class="demo-box">
6363
<div class="demo-controls">

0 commit comments

Comments
 (0)