Skip to content

Commit c705bb8

Browse files
Johnnycuszeke
authored andcommitted
Fix typo in System section (electron#309)
1 parent 8c54775 commit c705bb8

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
@@ -51,7 +51,7 @@ <h5>Renderer Process</h5>
5151
<div class="demo-protip">
5252
<h2>ProTip</h2>
5353
<strong>Find versions of Chromium, Node.js and V8.</strong>
54-
<p>Electron also includes verions of Chromium, Node.js and V8 within the <code>process.versions</code> object. You can get there quickly by opening up developer tools in an Electron app and typing <code>process.versions</code>.</p>
54+
<p>Electron also includes versions of Chromium, Node.js and V8 within the <code>process.versions</code> object. You can get there quickly by opening up developer tools in an Electron app and typing <code>process.versions</code>.</p>
5555
<pre><code class="language-js">// Returns version of Chromium in use
5656
process.versions.chrome
5757
// Returns version of V8 in use

0 commit comments

Comments
 (0)