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

Commit

Permalink
chore(rootScopeSpec): fix a typo in spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Apr 3, 2014
1 parent 862e587 commit f9eb324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ng/rootScopeSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ describe('Scope', function() {
}));


it('should decrement anscestor $$listenerCount entries', inject(function($rootScope) {
it('should decrement ancestor $$listenerCount entries', inject(function($rootScope) {
var EVENT = 'fooEvent',
spy = jasmine.createSpy('listener'),
firstSecond = first.$new();
Expand Down

0 comments on commit f9eb324

Please sign in to comment.