aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Morgan2013-08-13 18:38:19 -0500
committerBrian Ford2013-08-22 09:15:50 -0700
commit792509e987bf3a91914a4e87e624e1fb1f436767 (patch)
treeca8a3c5b33103098b9b3bf67f92522d833090fbc
parent166e0d63d0d3e1e4b4c9771d3046dd89a4e551af (diff)
downloadangular.js-792509e987bf3a91914a4e87e624e1fb1f436767.tar.bz2
docs(guide): grammatical corrections to Form and Control definitions
-rw-r--r--docs/content/guide/forms.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc
index 8c11d67e..7eb0baba 100644
--- a/docs/content/guide/forms.ngdoc
+++ b/docs/content/guide/forms.ngdoc
@@ -2,8 +2,8 @@
@name Forms
@description
-Controls (`input`, `select`, `textarea`) are a way for user to enter data.
-Form is a collection of controls for the purpose of grouping related controls together.
+Controls (`input`, `select`, `textarea`) are ways for a user to enter data.
+A Form is a collection of controls for the purpose of grouping related controls together.
Form and controls provide validation services, so that the user can be notified of invalid input.
This provides a better user experience, because the user gets instant feedback on how to correct the error.