docs($httpBackendSpec): fix typo in spy name

Closes #4830
This commit is contained in:
Ben Wiklund 2013-11-07 16:47:20 -08:00 committed by Pete Bacon Darwin
parent a59976be18
commit f69ee170ed

View file

@ -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) {