aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/forms.ngdoc
diff options
context:
space:
mode:
authorRon Yang2013-04-21 19:31:10 -0700
committerPete Bacon Darwin2013-04-22 12:34:38 +0100
commitaf9c20c07dee8635a04f7ee0532d9d41553811bc (patch)
treefd966ed395952248575846af5cc946bf9cbff76a /docs/content/guide/forms.ngdoc
parent2c34596b32e4ec72c680bc7cf1eaff183d870b7a (diff)
downloadangular.js-af9c20c07dee8635a04f7ee0532d9d41553811bc.tar.bz2
docs(forms): fix typo
Diffstat (limited to 'docs/content/guide/forms.ngdoc')
-rw-r--r--docs/content/guide/forms.ngdoc2
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.