diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 00e8f2876439..b644171a5e2c 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -217,15 +217,15 @@ function FormController(element, attrs) { * Directive that instantiates * {@link ng.directive:form.FormController FormController}. * - * If `name` attribute is specified, the form controller is published onto the current scope under + * If the `name` attribute is specified, the form controller is published onto the current scope under * this name. * * # Alias: {@link ng.directive:ngForm `ngForm`} * - * In angular forms can be nested. This means that the outer form is valid when all of the child - * forms are valid as well. However browsers do not allow nesting of `