Skip to content

Commit 8b040b5

Browse files
prayagvermaMyles Borins
authored andcommitted
doc: fix minor typo in process doc
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>
1 parent 47eebe1 commit 8b040b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ is emitted with the following arguments:
5757

5858
There is no notion of a top level for a promise chain at which rejections can
5959
always be handled. Being inherently asynchronous in nature, a promise rejection
60-
can be be handled at a future point in time — possibly much later than the
60+
can be handled at a future point in time — possibly much later than the
6161
event loop turn it takes for the `'unhandledRejection'` event to be emitted.
6262

6363
Another way of stating this is that, unlike in synchronous code where there is

0 commit comments

Comments
 (0)