From: Prayag Verma Date: Mon, 1 Feb 2016 04:49:05 +0000 (+0530) Subject: doc: fix minor typo in process doc X-Git-Tag: v4.4.0~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0217cb54976751758aac78fa969a5194eb96cd18;p=platform%2Fupstream%2Fnodejs.git doc: fix minor typo in process doc 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 --- diff --git a/doc/api/process.markdown b/doc/api/process.markdown index ae704db..c01ea95 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -57,7 +57,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