Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(form.FormController): fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Janas Page authored and linclark committed Apr 18, 2014
1 parent f0407d2 commit a990078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/form.js
Expand Up @@ -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
Expand Down

0 comments on commit a990078

Please sign in to comment.