docs(forms): language correction (#27177)

Word missing from docs
PR Close #27177
This commit is contained in:
Nick Tobolski 2018-11-19 14:45:47 -05:00 committed by Misko Hevery
parent 34306c356e
commit 975c269752
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ export abstract class AbstractControl {
/**
* Marks the control as `dirty`. A control becomes dirty when
* the control's is changed through the UI; compare `markAsTouched`.
* the control's value is changed through the UI; compare `markAsTouched`.
*
* @param opts Configuration options that determine how the control propagates changes
* and emits events after marking is applied.