From ef268196b9eb322c0e449e454be9d001c371e37e Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Sun, 4 Nov 2012 19:26:58 -0200 Subject: fix($rootScope): minor typo fixes --- 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 549517b6..b6a582bc 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -810,7 +810,7 @@ function $RootScopeProvider(){ /** * function used as an initial value for watchers. - * because it's uniqueue we can easily tell it apart from other values + * because it's unique we can easily tell it apart from other values */ function initWatchVal() {} }]; -- cgit v1.2.3