From 792509e987bf3a91914a4e87e624e1fb1f436767 Mon Sep 17 00:00:00 2001 From: Marcel Morgan Date: Tue, 13 Aug 2013 18:38:19 -0500 Subject: docs(guide): grammatical corrections to Form and Control definitions --- docs/content/guide/forms.ngdoc | 4 ++-- 1 file 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. -- cgit v1.2.3