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

Commit 075ba90

Browse files
committed
docs($rootScope): fix incorrect param name in $watchGroup description
Closes #7834
1 parent 384c248 commit 075ba90

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
@@ -368,7 +368,7 @@ function $RootScopeProvider(){
368368
* A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`.
369369
* If any one expression in the collection changes the `listener` is executed.
370370
*
371-
* - The items in the `watchCollection` array are observed via standard $watch operation and are examined on every
371+
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every
372372
* call to $digest() to see if any items changes.
373373
* - The `listener` is called whenever any expression in the `watchExpressions` array changes.
374374
*

0 commit comments

Comments
 (0)