From f69ee170ed1eb2ba3fdde5d91760d2b139b41a4c Mon Sep 17 00:00:00 2001 From: Ben Wiklund Date: Thu, 7 Nov 2013 16:47:20 -0800 Subject: docs($httpBackendSpec): fix typo in spy name Closes #4830 --- test/ng/httpBackendSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/httpBackendSpec.js') 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) { -- cgit v1.2.3