From f0296933f880285f22d41e87951545b9daafd131 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Fri, 13 Feb 2015 13:25:29 -0800 Subject: [PATCH] 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 --- doc/api/process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.markdown b/doc/api/process.markdown index e6fc20c..5787287 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -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. -- 2.7.4