docs(guide/forms): fix a typo

Closes #6556
This commit is contained in:
mgerstenblatt
2014-03-05 15:51:43 -05:00
committed by Pawel Kozlowski
parent 02075dcf13
commit 7d604975a7

View File

@@ -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`