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

Commit f9eb324

Browse files
committed
chore(rootScopeSpec): fix a typo in spec description
1 parent 862e587 commit f9eb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/rootScopeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ describe('Scope', function() {
854854
}));
855855

856856

857-
it('should decrement anscestor $$listenerCount entries', inject(function($rootScope) {
857+
it('should decrement ancestor $$listenerCount entries', inject(function($rootScope) {
858858
var EVENT = 'fooEvent',
859859
spy = jasmine.createSpy('listener'),
860860
firstSecond = first.$new();

0 commit comments

Comments
 (0)