Skip to content

Commit dc0e621

Browse files
committed
Merge pull request electron#198 from Benjiko99/patch-3
Corrected a typo
2 parents 9149bc3 + 9d605c5 commit dc0e621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/windows/windows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>ProTip</h2>
5252
<button class="demo-button" id="manage-window">View Demo</button>
5353
<span class="demo-response" id="manage-window-reply"></span>
5454
</div>
55-
<p>In this demo we create a new window and listen for <code>move</code> and <code>resize</code> events on it. Click the demo button, change the new window and see the dimenions and poisition update here, above.</p>
55+
<p>In this demo we create a new window and listen for <code>move</code> and <code>resize</code> events on it. Click the demo button, change the new window and see the dimenions and position update here, above.</p>
5656

5757
<p>There are a lot of methods for controlling the state of the window such as the size, location, and focus status as well as events to listen to for window changes. Visit the <a href="http://electron.atom.io/docs/latest/api/browser-windows">documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> for the full list.</p>
5858
<h5>Renderer Process</h5>

0 commit comments

Comments
 (0)