Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1bb33cc

Browse files
kennethlynneIgorMinar
authored andcommitted
docs(rootScope): fix typo
Closes #5633
1 parent d9ed9c5 commit 1bb33cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function $RootScopeProvider(){
287287
// No digest has been run so the counter will be zero
288288
expect(scope.foodCounter).toEqual(0);
289289
290-
// Run the digest but since food has not changed cout will still be zero
290+
// Run the digest but since food has not changed count will still be zero
291291
scope.$digest();
292292
expect(scope.foodCounter).toEqual(0);
293293

0 commit comments

Comments
 (0)