diff --git a/src/Angular.js b/src/Angular.js index fed7fb1cf6b1..55ab7be7b4c4 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1166,7 +1166,7 @@ function getNgAttribute(element, ngAttr) { * {@link angular.bootstrap} instead. AngularJS applications cannot be nested within each other. * * You can specify an **AngularJS module** to be used as the root module for the application. This - * module will be loaded into the {@link auto.$injector} when the application is bootstrapped and + * module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It * should contain the application code needed or have dependencies on other modules that will * contain the code. See {@link angular.module} for more information. *