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

Commit 8f78b55

Browse files
KonstaLmhevery
authored andcommitted
Fix the typo in timer module documentation (#1181)
1 parent f3995de commit 8f78b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MODULE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Below is the full list of currently supported modules.
3232
|Module Name|Behavior with zone.js patch|How to disable|
3333
|--|--|--|
3434
|on_property|target.onProp will become zone aware target.addEventListener(prop)|__Zone_disable_on_property = true|
35-
|timers|setTimeout/setInterval/setImmediate will be patched as Zone MacroTask|__Zone_disable_timer = true|
35+
|timers|setTimeout/setInterval/setImmediate will be patched as Zone MacroTask|__Zone_disable_timers = true|
3636
|requestAnimationFrame|requestAnimationFrame will be patched as Zone MacroTask|__Zone_disable_requestAnimationFrame = true|
3737
|blocking|alert/prompt/confirm will be patched as Zone.run|__Zone_disable_blocking = true|
3838
|EventTarget|target.addEventListener will be patched as Zone aware EventTask|__Zone_disable_EventTarget = true|

0 commit comments

Comments
 (0)