Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ecbef87

Browse files
lightningtgcmhevery
authored andcommitted
docs(zone.ts): fix typo (#583)
1 parent c000b05 commit ecbef87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/zone.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@
9797
*
9898
* ### [TimerTask]
9999
*
100-
* [TimerTask]s represents work which will be done after some delay. (Sometimes the delay is
100+
* [TimerTask]s represent work which will be done after some delay. (Sometimes the delay is
101101
* approximate such as on next available animation frame). Typically these methods include:
102102
* `setTimeout`, `setImmediate`, `setInterval`, `requestAnimationFrame`, and all browser specif
103103
* variants.
104104
*
105105
*
106106
* ### [EventTask]
107107
*
108-
* [EventTask]s represents a request to create a listener on an event. Unlike the other task
108+
* [EventTask]s represent a request to create a listener on an event. Unlike the other task
109109
* events may never be executed, but typically execute more than once. There is no queue of
110110
* events, rather their callbacks are unpredictable both in order and time.
111111
*

0 commit comments

Comments
 (0)