Skip to content

Commit 7d13f5e

Browse files
authored
doc: remove extra 'in's
'when in an' -> 'when an' PR-URL: #43705 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent b985ad5 commit 7d13f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ changes:
342342
* `err` {Error} The uncaught exception.
343343
* `origin` {string} Indicates if the exception originates from an unhandled
344344
rejection or from a synchronous error. Can either be `'uncaughtException'` or
345-
`'unhandledRejection'`. The latter is used when in an exception happens in a
345+
`'unhandledRejection'`. The latter is used when an exception happens in a
346346
`Promise` based async context (or if a `Promise` is rejected) and
347347
[`--unhandled-rejections`][] flag set to `strict` or `throw` (which is the
348348
default) and the rejection is not handled, or when a rejection happens during
@@ -440,7 +440,7 @@ added:
440440
* `err` {Error} The uncaught exception.
441441
* `origin` {string} Indicates if the exception originates from an unhandled
442442
rejection or from synchronous errors. Can either be `'uncaughtException'` or
443-
`'unhandledRejection'`. The latter is used when in an exception happens in a
443+
`'unhandledRejection'`. The latter is used when an exception happens in a
444444
`Promise` based async context (or if a `Promise` is rejected) and
445445
[`--unhandled-rejections`][] flag set to `strict` or `throw` (which is the
446446
default) and the rejection is not handled, or when a rejection happens during

0 commit comments

Comments
 (0)