From 4644673f2d7706cc086a2a8ea0d7cbdae87f5d0a Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Mon, 1 Feb 2016 10:19:05 +0530 Subject: [PATCH] doc: fix minor typo in process doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra `be` PR-URL: https://github.com/nodejs/node/pull/5018 Reviewed-By: Rich Trott Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Michaël Zasso --- 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 4f739c0dc7..c2a07f45a9 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -59,7 +59,7 @@ is emitted with the following arguments: There is no notion of a top level for a promise chain at which rejections can always be handled. Being inherently asynchronous in nature, a promise rejection -can be be handled at a future point in time — possibly much later than the +can be handled at a future point in time — possibly much later than the event loop turn it takes for the `'unhandledRejection'` event to be emitted. Another way of stating this is that, unlike in synchronous code where there is