diff options
| author | mgerstenblatt | 2014-03-05 15:51:43 -0500 | 
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:04:24 -0800 | 
| commit | 229a155aef431e5f45db918d8e97a8f87114935e (patch) | |
| tree | 00c31b4d2e81bd97457e659c336d118584b936ba | |
| parent | 73250089cdb43446bf35c4368eaa43c5aeebf878 (diff) | |
| download | angular.js-229a155aef431e5f45db918d8e97a8f87114935e.tar.bz2 | |
docs(guide/forms): fix a typo
Closes #6556
| -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` | 
