diff --git a/test/directive/ngSwitchSpec.js b/test/directive/ngSwitchSpec.js index b0dd74938401..b4df109e1329 100644 --- a/test/directive/ngSwitchSpec.js +++ b/test/directive/ngSwitchSpec.js @@ -62,7 +62,7 @@ describe('ng-switch', function() { })); - it('should properly create and destory child scopes', inject(function($rootScope, $compile) { + it('should properly create and destroy child scopes', inject(function($rootScope, $compile) { element = $compile( '' + '
{{name}}
' +