aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Luz2012-11-04 19:26:58 -0200
committerMisko Hevery2013-02-14 14:43:56 -0800
commitef268196b9eb322c0e449e454be9d001c371e37e (patch)
treefbfa0eaf672ed43fae727ba05c6116f6fc334778 /src
parent12ba6cec4fb79521101744e02a7e09f9fbb591c4 (diff)
downloadangular.js-ef268196b9eb322c0e449e454be9d001c371e37e.tar.bz2
fix($rootScope): minor typo fixes
Diffstat (limited to 'src')
-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 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() {}
}];