aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
authorKenneth Lynne2014-01-04 17:44:26 +0100
committerIgor Minar2014-01-04 20:51:58 -0800
commit1bb33cccbe12bda4c397ddabab35ba1df85d5137 (patch)
treee2bd6c28a2f63bb376569b669cabe89e8ce12ed1 /src/ng/rootScope.js
parentd9ed9c5ac1fdf677781cbf7c15c35912fb7d2a18 (diff)
downloadangular.js-1bb33cccbe12bda4c397ddabab35ba1df85d5137.tar.bz2
docs(rootScope): fix typo
Closes #5633
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 baa32206..8259bf88 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -287,7 +287,7 @@ function $RootScopeProvider(){
// No digest has been run so the counter will be zero
expect(scope.foodCounter).toEqual(0);
- // Run the digest but since food has not changed cout will still be zero
+ // Run the digest but since food has not changed count will still be zero
scope.$digest();
expect(scope.foodCounter).toEqual(0);