diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 29da95f6ce..b91db362e6 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -370,7 +370,7 @@ export abstract class AbstractControl { * @see `markAsPristine()` * * @param opts Configuration options that determine how the control propagates changes - * and emits events events after marking is applied. + * and emits events after marking is applied. * * `onlySelf`: When true, mark only this control. When false or not supplied, * marks all direct ancestors. Default is false. */