From f730c72318350d1381321fe973efda7daf8d9f33 Mon Sep 17 00:00:00 2001 From: iliesaithamouda Date: Sat, 20 Apr 2019 19:59:34 -0400 Subject: [PATCH] docs: change doc for address form group in reactive forms guide (#30007) Closes #29925 PR Close #30007 --- 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 1e9844b351..72072caef6 100644 --- a/aio/content/guide/reactive-forms.md +++ b/aio/content/guide/reactive-forms.md @@ -230,7 +230,7 @@ In this example, `address group` combines the current `firstName` and `lastName` After you update the model in the component class, update the template to connect the form group instance and its input elements. -Add the `address` form group containing the `firstName` and `lastName` fields to the `ProfileEditor` template. +Add the `address` form group containing the `street`, `city`, `state`, and `zip` fields to the `ProfileEditor` template.