8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be068d commit 0b37249Copy full SHA for 0b37249
packages/core/src/application_ref.ts
@@ -263,7 +263,7 @@ export interface BootstrapOptions {
263
* coalesced and the change detection will be triggered multiple times.
264
* And if this option be set to true, the change detection will be
265
* triggered async by scheduling a animation frame. So in the case above,
266
- * the change detection will only be trigged once.
+ * the change detection will only be triggered once.
267
*/
268
ngZoneEventCoalescing?: boolean;
269
}
0 commit comments