Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f69ee17

Browse files
bwiklundpetebacondarwin
authored andcommitted
docs($httpBackendSpec): fix typo in spy name
Closes #4830
1 parent a59976b commit f69ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/httpBackendSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('$httpBackend', function() {
4242
return {};
4343
}),
4444
body: {
45-
appendChild: jasmine.createSpy('body.appendChid').andCallFake(function(script) {
45+
appendChild: jasmine.createSpy('body.appendChild').andCallFake(function(script) {
4646
fakeDocument.$$scripts.push(script);
4747
}),
4848
removeChild: jasmine.createSpy('body.removeChild').andCallFake(function(script) {

0 commit comments

Comments
 (0)