Skip to content

Commit 523a0f0

Browse files
committed
Merge pull request #300 from mchapman/patch-1
Can't bear to see a joke spoilt by a wanton typo
2 parents 446d846 + b0a1a0a commit 523a0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directives/schema-form-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('directive',function(){
44
beforeEach(module('templates'));
55
beforeEach(module('schemaForm'));
66
beforeEach(
7-
//We don't need no sanitation. We don't need no though control.
7+
//We don't need no sanitation. We don't need no thought control.
88
module(function($sceProvider){
99
$sceProvider.enabled(false);
1010
})

0 commit comments

Comments
 (0)