We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8b1d commit 681affeCopy full SHA for 681affe
src/ng/rootScope.js
@@ -254,7 +254,7 @@ function $RootScopeProvider() {
254
*
255
* - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest
256
* $digest()} and should return the value that will be watched. (`watchExpression` should not change
257
- * its value when executed multiple times with the same input because it may be executed multiple
+ * its value when executed multiple times with the same input because it may be executed multiple
258
* times by {@link ng.$rootScope.Scope#$digest $digest()}. That is, `watchExpression` should be
259
* [idempotent](http://en.wikipedia.org/wiki/Idempotence).
260
* - The `listener` is called only when the value from the current `watchExpression` and the
0 commit comments