doc: fix minor typo in process doc
authorPrayag Verma <prayag.verma@gmail.com>
Mon, 1 Feb 2016 04:49:05 +0000 (10:19 +0530)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
Remove extra `be`

PR-URL: https://github.com/nodejs/node/pull/5018
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
doc/api/process.markdown

index ae704db..c01ea95 100644 (file)
@@ -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