Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 37aaea5

Browse files
authored
docs($rootScope.Scope): grammar
1 parent fc0c11d commit 37aaea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function $RootScopeProvider() {
437437
* If any one expression in the collection changes the `listener` is executed.
438438
*
439439
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every
440-
* call to $digest() to see if any items changes.
440+
* call to $digest() to see if any items change.
441441
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
442442
*
443443
* @param {Array.<string|Function(scope)>} watchExpressions Array of expressions that will be individually

0 commit comments

Comments
 (0)