mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-12 00:43:10 +00:00
docs(guide): grammatical corrections to Form and Control definitions
This commit is contained in:
parent
7d188d630c
commit
a3aa41888c
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
@name Forms
|
@name Forms
|
||||||
@description
|
@description
|
||||||
|
|
||||||
Controls (`input`, `select`, `textarea`) are a way for user to enter data.
|
Controls (`input`, `select`, `textarea`) are ways for a user to enter data.
|
||||||
Form is a collection of controls for the purpose of grouping related controls together.
|
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.
|
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.
|
This provides a better user experience, because the user gets instant feedback on how to correct the error.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue