Skip to content

Commit

Permalink
doc: fix minor typo in process doc
Browse files Browse the repository at this point in the history
Remove extra `be`

PR-URL: #5018
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
  • Loading branch information
prayagverma authored and Myles Borins committed Feb 18, 2016
1 parent 47eebe1 commit 8b040b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b040b5

Please sign in to comment.