Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bdbe4fd

Browse files
Kevin Primatpkozlowski-opensource
Kevin Primat
authored andcommitted
docs(Angular): improve sentence flow
Closes #10482
1 parent 0b4e150 commit bdbe4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ function getNgAttribute(element, ngAttr) {
11681168
* {@link angular.bootstrap} instead. AngularJS applications cannot be nested within each other.
11691169
*
11701170
* You can specify an **AngularJS module** to be used as the root module for the application. This
1171-
* module will be loaded into the {@link auto.$injector} when the application is bootstrapped and
1171+
* module will be loaded into the {@link auto.$injector} when the application is bootstrapped. It
11721172
* should contain the application code needed or have dependencies on other modules that will
11731173
* contain the code. See {@link angular.module} for more information.
11741174
*

0 commit comments

Comments
 (0)