Skip to content

Commit 83f9388

Browse files
ts-webpetebacondarwin
authored andcommitted
docs(guide/forms): add comma for clarity
Closes angular#3985
1 parent 3b5fd53 commit 83f9388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This ensures that the user is not distracted with an error until after interacti
115115

116116
A form is an instance of {@link api/ng.directive:form.FormController FormController}.
117117
The form instance can optionally be published into the scope using the `name` attribute.
118-
Similarly control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
118+
Similarly, control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
119119
The control instance can similarly be published into the form instance using the `name` attribute.
120120
This implies that the internal state of both the form and the control is available for binding in the view using the standard binding primitives.
121121

0 commit comments

Comments
 (0)