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

Commit 252d454

Browse files
committed
style(ngSwitchSpec): fix typo
1 parent 6abafcb commit 252d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directive/ngSwitchSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('ng-switch', function() {
6262
}));
6363

6464

65-
it('should properly create and destory child scopes', inject(function($rootScope, $compile) {
65+
it('should properly create and destroy child scopes', inject(function($rootScope, $compile) {
6666
element = $compile(
6767
'<ng:switch on="url">' +
6868
'<div ng-switch-when="a">{{name}}</div>' +

0 commit comments

Comments
 (0)