From bdbe4fd34aecdfdbace0541be58d05ea4cffba6b Mon Sep 17 00:00:00 2001 From: Kevin Primat Date: Mon, 15 Dec 2014 22:20:03 -0800 Subject: [PATCH] docs(Angular): improve sentence flow Closes #10482 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 80d3a9cd..80a9eadb 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1168,7 +1168,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. *