diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index d94d2c77a..23fa8d8b9 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -38,7 +38,7 @@ var nullFormCtrl = { * - `url` * * @description - * `FormController` keeps track of all its controls and nested forms as well as state of them, + * `FormController` keeps track of all its controls and nested forms as well as the state of them, * such as being valid/invalid or dirty/pristine. * * Each {@link ng.directive:form form} directive creates an instance