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`