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 d61ffd8 commit 1b10adcCopy full SHA for 1b10adc
apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md
@@ -190,7 +190,7 @@ those timers' callbacks.
190
191
### check
192
193
-This phase allows a person to execute callbacks immediately after the
+This phase allows the event loop to execute callbacks immediately after the
194
**poll** phase has completed. If the **poll** phase becomes idle and
195
scripts have been queued with `setImmediate()`, the event loop may
196
continue to the **check** phase rather than waiting.
0 commit comments