diff options
| author | mgerstenblatt | 2014-03-05 15:51:43 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2014-03-05 22:10:57 +0100 | 
| commit | 7d604975a7ec7f62f7699af45a95bad9af3b0b5f (patch) | |
| tree | 00c31b4d2e81bd97457e659c336d118584b936ba /docs/content/guide/forms.ngdoc | |
| parent | 02075dcf130c192593dfb71bcd5801d47074e7da (diff) | |
| download | angular.js-7d604975a7ec7f62f7699af45a95bad9af3b0b5f.tar.bz2 | |
docs(guide/forms): fix a typo
Closes #6556
Diffstat (limited to 'docs/content/guide/forms.ngdoc')
| -rw-r--r-- | docs/content/guide/forms.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index ba2eb499..0b91fc61 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -56,7 +56,7 @@ Note that `novalidate` is used to disable browser's native form validation.  # Using CSS classes -To allow styling of form as well as controls, `ngModel`  add these CSS classes: +To allow styling of form as well as controls, `ngModel`  adds these CSS classes:  - `ng-valid`  - `ng-invalid` | 
