diff options
| author | Marcel Morgan | 2013-08-13 18:38:19 -0500 |
|---|---|---|
| committer | Brian Ford | 2013-08-22 09:11:33 -0700 |
| commit | a3aa41888c2a1fddd1e570dab7f39ac17eb4cd5f (patch) | |
| tree | 7d136b7eba397a22058fd38c994d32c3ebcb3488 /docs/content/guide | |
| parent | 7d188d630c63fde05d8765d0ad2d75a5baa8e5d3 (diff) | |
| download | angular.js-a3aa41888c2a1fddd1e570dab7f39ac17eb4cd5f.tar.bz2 | |
docs(guide): grammatical corrections to Form and Control definitions
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/forms.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index c26eee79..9b4e16e8 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. |
