docs(forms): fix grammar in first sentence of reset function docs (#38872)
PR Close #38872
This commit is contained in:
parent
49ee90b1b5
commit
e62a918542
|
@ -1579,7 +1579,7 @@ export class FormGroup extends AbstractControl {
|
|||
}
|
||||
|
||||
/**
|
||||
* Resets the `FormGroup`, marks all descendants are marked `pristine` and `untouched`, and
|
||||
* Resets the `FormGroup`, marks all descendants `pristine` and `untouched` and sets
|
||||
* the value of all descendants to null.
|
||||
*
|
||||
* You reset to a specific form state by passing in a map of states
|
||||
|
|
Loading…
Reference in New Issue