We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0351c4 commit e6a2527Copy full SHA for e6a2527
src/ng/rootElement.js
@@ -7,9 +7,9 @@
7
* @description
8
* The root element of Angular application. This is either the element where {@link
9
* 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()`.
+ * {@link angular.bootstrap}. The element represents the root element of application. It is also the
+ * location where the application's {@link auto.$injector $injector} service gets
+ * published, and can be retrieved using `$rootElement.injector()`.
13
*/
14
15
0 commit comments