Skip to content

Commit

Permalink
docs(rootScope): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlynne authored and IgorMinar committed Jan 5, 2014
1 parent d9ed9c5 commit 1bb33cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/rootScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1bb33cc

Please sign in to comment.