docs(forms): change documentation of the FormGroup patchValue method (#25901)

Improve the grammar of the description to make it more readable.
PR Close #25901
This commit is contained in:
George Wilde 2018-09-11 10:21:37 +01:00 committed by Ben Lesh
parent 9b1bb370a3
commit ddd3bf83c7
1 changed files with 4 additions and 4 deletions

View File

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