From f43650b022027b750b58ddc9d8a45e990dc50481 Mon Sep 17 00:00:00 2001 From: Chris Tanseer Date: Sat, 29 Nov 2014 15:13:02 -0700 Subject: [PATCH] docs($rootElement): 3 minor grammatical errors The third edit (the last sentence) fixed a run-on. You could also break it up into two sentences: "It is also the location where the application's {@link auto.$injector $injector} service gets published. It can be retrieved using `$rootElement.injector()`." --- src/ng/rootElement.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()`. */