We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
it's
its
1 parent e81731a commit f029693Copy full SHA for f029693
doc/api/process.markdown
@@ -72,7 +72,7 @@ Example of listening for `exit`:
72
73
## Event: 'beforeExit'
74
75
-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
76
schedule. Normally, io.js exits when there is no work scheduled, but a listener
77
for 'beforeExit' can make asynchronous calls, and cause io.js to continue.
78
0 commit comments