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 2cb775b21b
commit 902695ce19

View File

@ -379,7 +379,7 @@ export abstract class AbstractControl {
/** /**
* Marks the control as `dirty`. A control becomes dirty when * 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 * @param opts Configuration options that determine how the control propagates changes
* and emits events after marking is applied. * and emits events after marking is applied.