From ddd3bf83c7075b4d9f8b916e69d5e58277c25ef1 Mon Sep 17 00:00:00 2001 From: George Wilde Date: Tue, 11 Sep 2018 10:21:37 +0100 Subject: [PATCH] docs(forms): change documentation of the FormGroup patchValue method (#25901) Improve the grammar of the description to make it more readable. PR Close #25901 --- packages/forms/src/model.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/forms/src/model.ts b/packages/forms/src/model.ts index 8f42962aeb..e1c22bcfc3 100644 --- a/packages/forms/src/model.ts +++ b/packages/forms/src/model.ts @@ -1286,10 +1286,10 @@ export class FormGroup extends AbstractControl { * * ``` * - * @param value The object that matches the structure of the group - * @param options Configure options that determines how the control propagates changes and - * emits events after the value is patched - * * `onlySelf`: When true, each change only affects this control, and not its parent. Default is + * @param value The object that matches the structure of the group. + * @param options Configuration options that determine how the control propagates changes and + * emits events after the value is patched. + * * `onlySelf`: When true, each change only affects this control and not its parent. Default is * true. * * `emitEvent`: When true or not supplied (the default), both the `statusChanges` and * `valueChanges`