Skip to content

Commit

Permalink
Typo fix (#1650)
Browse files Browse the repository at this point in the history
"which mean blah" should be "which means blah"
  • Loading branch information
mattc41190 authored and fhemberger committed May 12, 2018
1 parent 3d85361 commit d990c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/guides/event-loop-timers-and-nexttick.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ In essence, the names should be swapped. `process.nextTick()` fires more
immediately than `setImmediate()`, but this is an artifact of the past
which is unlikely to change. Making this switch would break a large
percentage of the packages on npm. Every day more new modules are being
added, which mean every day we wait, more potential breakages occur.
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
Expand Down

0 comments on commit d990c74

Please sign in to comment.