Skip to content

Commit

Permalink
doc: correct it's to its in process
Browse files Browse the repository at this point in the history
"This event is emitted when io.js empties its event loop..."

PR-URL: #837
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
charmander authored and Fishrock123 committed Feb 13, 2015
1 parent e81731a commit f029693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Example of listening for `exit`:

## Event: 'beforeExit'

This event is emitted when io.js empties it's event loop and has nothing else to
This event is emitted when io.js empties its event loop and has nothing else to
schedule. Normally, io.js exits when there is no work scheduled, but a listener
for 'beforeExit' can make asynchronous calls, and cause io.js to continue.

Expand Down

0 comments on commit f029693

Please sign in to comment.