diff options
| author | Ron Yang | 2013-04-21 19:31:10 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-22 12:35:05 +0100 | 
| commit | 94745f6274a591b9a9170143d5b34aeadd6e9f6b (patch) | |
| tree | d6bad0a0dd294fdfb1de1c19014acb86c217ec6c | |
| parent | dbfa0d88bbef9424a3a8614e6455bac22218a17d (diff) | |
| download | angular.js-94745f6274a591b9a9170143d5b34aeadd6e9f6b.tar.bz2 | |
docs(forms): fix typo
| -rw-r--r-- | docs/content/guide/forms.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 3d093467..bed2a583 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -113,7 +113,7 @@ This ensures that the user is not distracted with an error until after interacti  # Binding to form and control state -A form is in instance of {@link api/ng.directive:form.FormController FormController}. +A form is an instance of {@link api/ng.directive:form.FormController FormController}.  The form instance can optionally be published into the scope using the `name` attribute.  Similarly control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.  The control instance can similarly be published into the form instance using the `name` attribute. | 
