mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-06 09:01:31 +08:00
chore(rootScopeSpec): fix a typo in spec description
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user