We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02939d commit 4f27521Copy full SHA for 4f27521
doc/api/process.markdown
@@ -57,7 +57,7 @@ is emitted with the following arguments:
57
58
There is no notion of a top level for a promise chain at which rejections can
59
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
+can be handled at a future point in time — possibly much later than the
61
event loop turn it takes for the `'unhandledRejection'` event to be emitted.
62
63
Another way of stating this is that, unlike in synchronous code where there is
0 commit comments