Skip to content

Commit 8f74d19

Browse files
committed
browserWindow → BrowserWindow
1 parent a7b28e3 commit 8f74d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sections/windows/windows.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>
66
<svg class="icon" viewBox="0 0 14 16"><use xlink:href="#icon-windows"></use></svg>
77
Create and Manage Windows
88
</h1>
9-
<h3>The <code>browserWindow</code> module in Electron allows you to create a new browser window or manage an existing one.</h3>
9+
<h3>The <code>BrowserWindow</code> module in Electron allows you to create a new browser window or manage an existing one.</h3>
1010

1111
<p>Each browser window is a separate process, known as the renderer process. This process, like the main process that controls the life cycle of the app, has full access to the Node.js APIs.
1212

@@ -23,7 +23,7 @@ <h3>The <code>browserWindow</code> module in Electron allows you to create a new
2323
<div class="demo">
2424
<button class="demo-button" id="new-window">Demo</button>
2525
</div>
26-
<p>The <code>browserWindow</code> module gives you the ability to create new windows in your app. This main process module can be used from the renderer process with the <code>remote</code> module, as is shown in this demo.</p>
26+
<p>The <code>BrowserWindow</code> module gives you the ability to create new windows in your app. This main process module can be used from the renderer process with the <code>remote</code> module, as is shown in this demo.</p>
2727

2828
<p>There are a lot of options when creating a new window. A few are in this demo, but visit the <a class="exlink" href="http://electron.atom.io/docs/latest/api/browser-window">documentation</a> for the full list.</p>
2929
<h5>Renderer Process</h5>

0 commit comments

Comments
 (0)