docs(forms): fix small typo in forms documentation (#29370)

PR Close #29370
This commit is contained in:
John Reese 2019-03-18 10:43:13 -04:00 committed by Matias Niemelä
parent 4a665ca50b
commit e769f9cfe4
1 changed files with 1 additions and 1 deletions

View File

@ -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.