docs(core): update a typo in the comment of ngZoneEventCoalescing (#39423)
PR Close #39423
This commit is contained in:
parent
19b88cef71
commit
e49a9b298c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue