diff --git a/aio/content/guide/reactive-forms.md b/aio/content/guide/reactive-forms.md index c7cf260f44..34cb42ecca 100644 --- a/aio/content/guide/reactive-forms.md +++ b/aio/content/guide/reactive-forms.md @@ -1068,7 +1068,7 @@ Replace the address `FormGroup` definition with a `secretLairs` `FormArray` def -In `hero-detail.component.html` change `formArrayName="address"` to `formArrayName="secretLairs"`. +In `hero-detail.component.html` change `formGroupName="address"` to `formArrayName="secretLairs"`.