Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2bcb21

Browse filesBrowse files
tniessenmarco-ippolito
authored andcommitted
doc: fix typo in section on microtask order
PR-URL: #59932 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 2426d3f commit a2bcb21
Copy full SHA for a2bcb21

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ is drained immediately after.
27562756
27572757
So in CJS modules `process.nextTick()` callbacks are always run before `queueMicrotask()` ones.
27582758
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
2759+
`queueMicrotask()` callbacks are always executed before `process.nextTick()` ones since Node.js
27602760
is already in the process of draining the microtask queue.
27612761
27622762
```mjs

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.