docs(core): update a typo in the comment of ngZoneEventCoalescing (#39423)

PR Close #39423
This commit is contained in:
JiaLiPassion 2020-10-26 12:17:14 +09:00 committed by Alex Rickabaugh
parent 19b88cef71
commit e49a9b298c
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ export interface BootstrapOptions {
* coalesced and the change detection will be triggered multiple times. * coalesced and the change detection will be triggered multiple times.
* And if this option be set to true, the change detection will be * And if this option be set to true, the change detection will be
* triggered async by scheduling a animation frame. So in the case above, * triggered async by scheduling a animation frame. So in the case above,
* the change detection will only be trigged once. * the change detection will only be triggered once.
*/ */
ngZoneEventCoalescing?: boolean; ngZoneEventCoalescing?: boolean;
} }