docs(rootScope): fix typo

Closes #5633
This commit is contained in:
Kenneth Lynne 2014-01-04 17:44:26 +01:00 committed by Igor Minar
parent d9ed9c5ac1
commit 1bb33cccbe

View file

@ -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);