We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c920872 commit 57302b1Copy full SHA for 57302b1
doc/api/process.md
@@ -2756,7 +2756,7 @@ is drained immediately after.
2756
2757
So in CJS modules `process.nextTick()` callbacks are always run before `queueMicrotask()` ones.
2758
However since ESM modules are processed already as part of the microtask queue, there
2759
-`queueMicrotask()` callbacks are always exectued before `process.nextTick()` ones since Node.js
+`queueMicrotask()` callbacks are always executed before `process.nextTick()` ones since Node.js
2760
is already in the process of draining the microtask queue.
2761
2762
```mjs
0 commit comments