From e769f9cfe4e6ff1837c01166fa4659ccf5d7598e Mon Sep 17 00:00:00 2001 From: John Reese Date: Mon, 18 Mar 2019 10:43:13 -0400 Subject: [PATCH] docs(forms): fix small typo in forms documentation (#29370) PR Close #29370 --- packages/forms/src/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 711ff372ab..b889821ee7 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.