chore(rootScopeSpec): fix a typo in spec description

This commit is contained in:
Igor Minar
2014-04-02 21:24:25 -07:00
parent 102a3201c1
commit a81195c6ca

View File

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