aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
authorDaniel Luz2012-11-04 19:26:58 -0200
committerMisko Hevery2013-02-14 14:43:32 -0800
commitd7e9ae121531f8ad38efaa9c7a20f4b9d70ce15b (patch)
treed60ef292c16962645bfa3e26e85b098641bfc410 /src/ng/rootScope.js
parent6cf9ede88e7634ae141acc7a37cfbe9460d22e1d (diff)
downloadangular.js-d7e9ae121531f8ad38efaa9c7a20f4b9d70ce15b.tar.bz2
fix($rootScope): minor typo fixes
Diffstat (limited to 'src/ng/rootScope.js')
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 904490c2..de1485b3 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() {}
}];