Skip to content

Commit 06033a2

Browse files
author
Eric Rodewald
committed
Fix typographical error in ipc.html: 'recieve' -> 'receive'
1 parent e1fb155 commit 06033a2

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
@@ -6,7 +6,7 @@ <h1>
66
<svg class="section-icon"><use xlink:href="assets/img/icons.svg#icon-communication"></use></svg>
77
Communication between processes
88
</h1>
9-
<h3>The <code>ipc</code> (inter-process communication) module allows you to send and recieve synchronous and asynchronous messages between the main and renderer processes.</h3>
9+
<h3>The <code>ipc</code> (inter-process communication) module allows you to send and receive synchronous and asynchronous messages between the main and renderer processes.</h3>
1010

1111
<p>There is a version of this module available for both processes: <code>ipcMain</code> and <code>ipcRenderer</code>.</p>
1212
<p>Open the full API documentation for the <a href="http://electron.atom.io/docs/latest/api/ipc-main">main process<span class="u-visible-to-screen-reader">(opens in new window)</span></a> and the <a href="http://electron.atom.io/docs/latest/api/ipc-renderer/">renderer process<span class="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>

0 commit comments

Comments
 (0)