Skip to content

Commit 520911e

Browse files
d0rian7atscott
authored andcommitted
docs: fix typo in the Reactive Forms guide #5 (angular#39245)
PR Close angular#39245
1 parent 0875fd2 commit 520911e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: aio/content/guide/reactive-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A form group tracks the status and changes for each of its controls, so if one o
180180

181181
<code-example path="reactive-forms/src/app/profile-editor/profile-editor.component.1.html" region="formgroup" header="src/app/profile-editor/profile-editor.component.html (template form group)"></code-example>
182182

183-
Note that just as a form group contains a group of controls, the *profile form* `FormGroup` is bound to the `form` element with the `FormGroup` directive, creating a communication layer between the model and the form containing the inputs. The `formControlName` input provided by the `FormControlName` directive binds each individual input to the form control defined in `FormGroup`. The form controls communicate with their respective elements. They also communicate changes to the form group instance, which provides the source of truth for the model value.
183+
Note that just as a form group contains a group of controls, the *profileForm* `FormGroup` is bound to the `form` element with the `FormGroup` directive, creating a communication layer between the model and the form containing the inputs. The `formControlName` input provided by the `FormControlName` directive binds each individual input to the form control defined in `FormGroup`. The form controls communicate with their respective elements. They also communicate changes to the form group instance, which provides the source of truth for the model value.
184184

185185
**Save form data**
186186

0 commit comments

Comments
 (0)