diff options
| -rw-r--r-- | test/ng/httpBackendSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js index f39e83ea..b262d8a2 100644 --- a/test/ng/httpBackendSpec.js +++ b/test/ng/httpBackendSpec.js @@ -42,7 +42,7 @@ describe('$httpBackend', function() { return {}; }), body: { - appendChild: jasmine.createSpy('body.appendChid').andCallFake(function(script) { + appendChild: jasmine.createSpy('body.appendChild').andCallFake(function(script) { fakeDocument.$$scripts.push(script); }), removeChild: jasmine.createSpy('body.removeChild').andCallFake(function(script) { |
