aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
diff options
context:
space:
mode:
authorDaniel Luz2012-09-08 17:36:36 -0300
committerMisko Hevery2012-09-11 15:11:02 -0700
commitb8eb843b25e3f4c6695840fda7fc5deaaf1605cc (patch)
tree18b8a9b0805b747159b67d9424248d42ca2ed92a /src/ng
parent053247e412a29c9524f3c0164ab0082c976e5a30 (diff)
downloadangular.js-b8eb843b25e3f4c6695840fda7fc5deaaf1605cc.tar.bz2
docs($rootScope): standardize on present, third-person actions for descriptions
Diffstat (limited to 'src/ng')
-rw-r--r--src/ng/rootScope.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 5af43a00..9039f0b3 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -453,7 +453,7 @@ function $RootScopeProvider(){
* @function
*
* @description
- * Remove the current scope (and all of its children) from the parent scope. Removal implies
+ * Removes the current scope (and all of its children) from the parent scope. Removal implies
* that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer
* propagate to the current scope and its children. Removal also implies that the current
* scope is eligible for garbage collection.
@@ -607,7 +607,7 @@ function $RootScopeProvider(){
* @function
*
* @description
- * Listen on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
+ * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
* event life cycle.
*
* @param {string} name Event name to listen on.