From 7d604975a7ec7f62f7699af45a95bad9af3b0b5f Mon Sep 17 00:00:00 2001 From: mgerstenblatt Date: Wed, 5 Mar 2014 15:51:43 -0500 Subject: docs(guide/forms): fix a typo Closes #6556 --- docs/content/guide/forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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` -- cgit v1.2.3