docs($rootElement): fix minor grammatical errors

Closes #10269
This commit is contained in:
Chris Tanseer
2014-11-29 15:13:02 -07:00
committed by Pawel Kozlowski
parent d0351c4803
commit e6a2527cdf

View File

@@ -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()`.
*/