Skip to content

Commit f029693

Browse files
charmanderFishrock123
authored andcommitted
doc: correct it's to its in process
"This event is emitted when io.js empties its event loop..." PR-URL: #837 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent e81731a commit f029693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Example of listening for `exit`:
7272

7373
## Event: 'beforeExit'
7474

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

0 commit comments

Comments
 (0)