Skip to content

Commit 4808dbd

Browse files
tniessenaduh95
authored andcommitted
doc: fix typo in section on microtask order
PR-URL: #59932 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent badbba2 commit 4808dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,7 @@ is drained immediately after.
30653065
30663066
So in CJS modules `process.nextTick()` callbacks are always run before `queueMicrotask()` ones.
30673067
However since ESM modules are processed already as part of the microtask queue, there
3068-
`queueMicrotask()` callbacks are always exectued before `process.nextTick()` ones since Node.js
3068+
`queueMicrotask()` callbacks are always executed before `process.nextTick()` ones since Node.js
30693069
is already in the process of draining the microtask queue.
30703070
30713071
```mjs

0 commit comments

Comments
 (0)