Skip to content

Commit

Permalink
Update doc/api/process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jan 16, 2024
1 parent 9e07efe commit a440a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ See the [Event Loop][] guide for more background.

Unlike `process.nextTick`, `process.deferTick()` will run after the "next tick
queue" and the microtask queue has been fully drained as to avoid Zalgo when
combinding traditional node asynchronous code with Promises.
combining traditional node asynchronous code with Promises.

Consider the following example:

Expand Down

0 comments on commit a440a26

Please sign in to comment.