diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 711ff372ab8..b889821ee7b 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -1012,7 +1012,7 @@ export class FormControl extends AbstractControl { * Sets a new value for the form control. * * @param value The new value for the control. - * @param options Configuration options that determine how the control proopagates changes + * @param options Configuration options that determine how the control propagates changes * and emits events when the value changes. * The configuration options are passed to the {@link AbstractControl#updateValueAndValidity * updateValueAndValidity} method.