Skip to content

Commit e89120d

Browse files
committed
Typo
1 parent 20f1b1b commit e89120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/system/app-sys-information.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3>With a few Node.js and Electron modules you can gather information about the
2222
<span class="demo-response" id="got-app-info"></span>
2323
</div>
2424
<p>The main process <code>app</code> module can be used to get the path at which your app is located on the user's computer.</p>
25-
<p>In this example, to get that information from the rendrer process, we use the <code>ipc</code> module to send a message to the main process requesting the app's path.</p>
25+
<p>In this example, to get that information from the renderer process, we use the <code>ipc</code> module to send a message to the main process requesting the app's path.</p>
2626
<p>See the <a class="u-exlink" href="http://electron.atom.io/docs/latest/api/app">app module documentation</a> for more.</p>
2727
<h5>Renderer Process</h5>
2828
<pre><code data-path="renderer-process/system/app-information.js"></pre></code>

0 commit comments

Comments
 (0)