From f6002c17024b34bec48cd2839867d1faedeaea8e Mon Sep 17 00:00:00 2001 From: Anuj Date: Fri, 6 Apr 2018 13:34:09 +0530 Subject: [PATCH] docs(forms): Fixed a typo in the reactive form (From 'address' to 'secretLairs') section (#23221) PR Close #23221 --- aio/content/guide/reactive-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`.