Skip to content

Commit e6a2527

Browse files
PoetsRockpkozlowski-opensource
authored andcommitted
docs($rootElement): fix minor grammatical errors
Closes angular#10269
1 parent d0351c4 commit e6a2527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/rootElement.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @description
88
* The root element of Angular application. This is either the element where {@link
99
* ng.directive:ngApp ngApp} was declared or the element passed into
10-
* {@link angular.bootstrap}. The element represent the root element of application. It is also the
11-
* location where the applications {@link auto.$injector $injector} service gets
12-
* published, it can be retrieved using `$rootElement.injector()`.
10+
* {@link angular.bootstrap}. The element represents the root element of application. It is also the
11+
* location where the application's {@link auto.$injector $injector} service gets
12+
* published, and can be retrieved using `$rootElement.injector()`.
1313
*/
1414

1515

0 commit comments

Comments
 (0)