test($route): fix typo in test description

Closes #9541
This commit is contained in:
Georgios Kalpakas
2014-10-10 08:01:32 +03:00
committed by Igor Minar
parent b90f5e59cf
commit 9db70d3959

View File

@@ -533,7 +533,7 @@ describe('$route', function() {
describe('events', function() {
it('should not fire $routeChangeStart/success during bootstrap (if no route)', function() {
it('should not fire $routeChangeStart/Success during bootstrap (if no route)', function() {
var routeChangeSpy = jasmine.createSpy('route change');
module(function($routeProvider) {