From 1bb33cccbe12bda4c397ddabab35ba1df85d5137 Mon Sep 17 00:00:00 2001 From: Kenneth Lynne Date: Sat, 4 Jan 2014 17:44:26 +0100 Subject: docs(rootScope): fix typo Closes #5633 --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3