Skip to content

Commit

Permalink
docs(core): update a typo in the comment of ngZoneEventCoalescing (#3…
Browse files Browse the repository at this point in the history
…9423)

PR Close #39423
  • Loading branch information
JiaLiPassion authored and alxhub committed Oct 27, 2020
1 parent 2be068d commit 0b37249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/application_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export interface BootstrapOptions {
* coalesced and the change detection will be triggered multiple times.
* 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,
* the change detection will only be trigged once.
* the change detection will only be triggered once.
*/
ngZoneEventCoalescing?: boolean;
}
Expand Down

0 comments on commit 0b37249

Please sign in to comment.