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.