aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/directive/ngSwitchSpec.js2
1 files changed, 1 insertions, 1 deletions
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(
'<ng:switch on="url">' +
'<div ng-switch-when="a">{{name}}</div>' +