diff --git a/packages/core/src/application_ref.ts b/packages/core/src/application_ref.ts index bc4e605f8f..a088a4ea82 100644 --- a/packages/core/src/application_ref.ts +++ b/packages/core/src/application_ref.ts @@ -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; }