Skip to content

Commit

Permalink
docs(Angular): improve sentence flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Primat authored and pkozlowski-opensource committed Dec 16, 2014
1 parent 0b4e150 commit bdbe4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit bdbe4fd

Please sign in to comment.