From e62a918542cb9f8023f8c6009120f87d1a214ffb Mon Sep 17 00:00:00 2001 From: Oscar Rosner Date: Wed, 16 Sep 2020 18:31:24 +0200 Subject: [PATCH] docs(forms): fix grammar in first sentence of reset function docs (#38872) PR Close #38872 --- packages/forms/src/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 27faa62494..f8c2558561 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -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