Skip to content

Commit b8eb843

Browse files
mernenmhevery
authored andcommitted
docs($rootScope): standardize on present, third-person actions for descriptions
1 parent 053247e commit b8eb843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/rootScope.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function $RootScopeProvider(){
453453
* @function
454454
*
455455
* @description
456-
* Remove the current scope (and all of its children) from the parent scope. Removal implies
456+
* Removes the current scope (and all of its children) from the parent scope. Removal implies
457457
* that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer
458458
* propagate to the current scope and its children. Removal also implies that the current
459459
* scope is eligible for garbage collection.
@@ -607,7 +607,7 @@ function $RootScopeProvider(){
607607
* @function
608608
*
609609
* @description
610-
* Listen on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
610+
* Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
611611
* event life cycle.
612612
*
613613
* @param {string} name Event name to listen on.

0 commit comments

Comments
 (0)