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

Commit 9db70d3

Browse files
gkalpakIgorMinar
authored andcommitted
test($route): fix typo in test description
Closes #9541
1 parent b90f5e5 commit 9db70d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngRoute/routeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ describe('$route', function() {
533533

534534

535535
describe('events', function() {
536-
it('should not fire $routeChangeStart/success during bootstrap (if no route)', function() {
536+
it('should not fire $routeChangeStart/Success during bootstrap (if no route)', function() {
537537
var routeChangeSpy = jasmine.createSpy('route change');
538538

539539
module(function($routeProvider) {

0 commit comments

Comments
 (0)