From 3c176016b6902cd7a0fdeaf8f805c9ad4616baa4 Mon Sep 17 00:00:00 2001 From: mgerstenblatt Date: Wed, 5 Mar 2014 15:51:43 -0500 Subject: [PATCH] Fixed a typo in forms.ngdoc --- docs/content/guide/forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index ba2eb499f7dd..0b91fc61f8ee 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`