From 1d0aa7b7c615ba02bfc020717e36752945aa2e6a Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Sun, 2 Sep 2012 14:59:33 -0300 Subject: docs($rootScope): fix typos on $watch --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index d3597e3f..43bf6cc5 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -278,7 +278,7 @@ function $RootScopeProvider(){ * - `string`: Evaluated as {@link guide/expression expression} * - `function(newValue, oldValue, scope)`: called with current and previous values as parameters. * - * @param {boolean=} objectEquality Compare object for equality rather then for refference. + * @param {boolean=} objectEquality Compare object for equality rather than for reference. * @returns {function()} Returns a deregistration function for this listener. */ $watch: function(watchExp, listener, objectEquality) { -- cgit v1.2.3