Skip to content

Commit ce68cbe

Browse files
danieldbirdzeke
authored andcommitted
Fixed typo. (electron#312)
1 parent ce9e2f7 commit ce68cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/windows/crash-hang.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h5>Renderer Process</h5>
4040
<button class="demo-button" id="process-hang">View Demo</button>
4141
</div>
4242
<p>In this demo we create a new window (via the <code>remote</code> module) and provide a link that will force the process to hang using <code>process.hang()</code>.</p>
43-
<p>The window is listening for the process to become offcially unresponsive (this can take up to 30 seconds). When this event occurs it prompts the user with two options: reload or close.</p>
43+
<p>The window is listening for the process to become officially unresponsive (this can take up to 30 seconds). When this event occurs it prompts the user with two options: reload or close.</p>
4444

4545
<h5>Renderer Process</h5>
4646
<pre><code data-path="renderer-process/windows/process-hang.js"></code></pre>

0 commit comments

Comments
 (0)