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 05e560d commit 1e723f9Copy full SHA for 1e723f9
doc/api/process.md
@@ -3096,7 +3096,7 @@ is drained immediately after.
3096
3097
So in CJS modules `process.nextTick()` callbacks are always run before `queueMicrotask()` ones.
3098
However since ESM modules are processed already as part of the microtask queue, there
3099
-`queueMicrotask()` callbacks are always exectued before `process.nextTick()` ones since Node.js
+`queueMicrotask()` callbacks are always executed before `process.nextTick()` ones since Node.js
3100
is already in the process of draining the microtask queue.
3101
3102
```mjs
0 commit comments