8000 docs(core): update a typo in the comment of ngZoneEventCoalescing (#3… · angular/angular@0b37249 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b37249

Browse files
JiaLiPassionalxhub
authored andcommitted
docs(core): update a typo in the comment of ngZoneEventCoalescing (#39423)
PR Close #39423
1 parent 2be068d commit 0b37249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/application_ref.ts

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

0 commit comments

Comments
 (0)
0