docs(forms): fix grammar in first sentence of reset function docs (#38872)

PR Close #38872
This commit is contained in:
Oscar Rosner 2020-09-16 18:31:24 +02:00 committed by Andrew Kushnir
parent 49ee90b1b5
commit e62a918542
1 changed files with 1 additions and 1 deletions

View File

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