From a06cd01750a2d5c298dc7417a1bef4c7bb711adc Mon Sep 17 00:00:00 2001 From: Ben Wiklund Date: Thu, 7 Nov 2013 16:47:20 -0800 Subject: [PATCH] typo in httpBackendSpec --- test/ng/httpBackendSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js index f39e83eae139..b262d8a27214 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) {