From 252d4548f981e18f496877f0f1a30a6c05c8600f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 15 Mar 2012 15:23:49 -0700 Subject: style(ngSwitchSpec): fix typo --- test/directive/ngSwitchSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/directive/ngSwitchSpec.js b/test/directive/ngSwitchSpec.js index b0dd7493..b4df109e 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}}
' + -- cgit v1.2.3