Skip to content

Commit

Permalink
docs: fix missed note
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeSapkin committed Nov 20, 2020
1 parent 2cb2173 commit b16b9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale/en/docs/guides/event-loop-timers-and-nexttick.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ percentage of the packages on npm. Every day more new modules are being
added, which means every day we wait, more potential breakages occur.
While they are confusing, the names themselves won't change.

*We recommend developers use `setImmediate()` in all cases because it's
easier to reason about.*
> We recommend developers use `setImmediate()` in all cases because it's
> easier to reason about.
## Why use `process.nextTick()`?

Expand Down

0 comments on commit b16b9d5

Please sign in to comment.