Skip to content

Commit 3b08b5d

Browse files
prayagvermarvagg
authored andcommitted
doc: fix minor typo in process doc
Remove extra `be` PR-URL: #5018 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 129977c commit 3b08b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ is emitted with the following arguments:
5959

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

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

0 commit comments

Comments
 (0)