diff --git a/src/ng/rootElement.js b/src/ng/rootElement.js index 09fb8ddb0470..47cc1c9db02c 100644 --- a/src/ng/rootElement.js +++ b/src/ng/rootElement.js @@ -7,9 +7,9 @@ * @description * The root element of Angular application. This is either the element where {@link * ng.directive:ngApp ngApp} was declared or the element passed into - * {@link angular.bootstrap}. The element represent the root element of application. It is also the - * location where the applications {@link auto.$injector $injector} service gets - * 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()`. */