docs(Angular): improve sentence flow

Closes #10482
This commit is contained in:
Kevin Primat
2014-12-15 22:20:03 -08:00
committed by Pawel Kozlowski
parent 0b4e150aa5
commit bdbe4fd34a

View File

@@ -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.
*