Skip to content

Commit 47cc938

Browse files
committed
Tweak button text
1 parent 5e7dfee commit 47cc938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/communication/ipc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h5>Main Process</h5>
6161
</button>
6262
<div class="demo-box">
6363
<div class="demo-controls">
64-
<button class="demo-button" id="invis-msg">Compute factorial 100</button>
64+
<button class="demo-button" id="invis-msg">Compute Factorial</button>
6565
<span class="demo-response" id="invis-reply"></span>
6666
</div>
6767
<p>It is common practice to create a new invisible browser window (renderer process) in order to run tasks without impacting performance in the main app's window.</p>

0 commit comments

Comments
 (0)