Skip to content

Commit 1b10adc

Browse files
authored
Update event-loop-timers-and-nexttick.md (#7364)
Fix typo in event loop documentation: replace 'a person' with 'the event loop' for clarity and accuracy. Signed-off-by: Saeed <[email protected]>
1 parent d61ffd8 commit 1b10adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ those timers' callbacks.
190190

191191
### check
192192

193-
This phase allows a person to execute callbacks immediately after the
193+
This phase allows the event loop to execute callbacks immediately after the
194194
**poll** phase has completed. If the **poll** phase becomes idle and
195195
scripts have been queued with `setImmediate()`, the event loop may
196196
continue to the **check** phase rather than waiting.

0 commit comments

Comments
 (0)