doc: correct it's to its in process

"This event is emitted when io.js empties its event loop..."

PR-URL: https://github.com/iojs/io.js/pull/837
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
Charmander 2015-02-13 13:25:29 -08:00 committed by Jeremiah Senkpiel
parent e81731ad18
commit f0296933f8

View File

@ -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.