docs(forms): language correction (#27177)
Word missing from docs PR Close #27177
This commit is contained in:
parent
34306c356e
commit
975c269752
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue