diff options
| author | Ben Wiklund | 2013-11-07 16:47:20 -0800 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-13 21:21:50 +0000 | 
| commit | f69ee170ed1eb2ba3fdde5d91760d2b139b41a4c (patch) | |
| tree | 4391bcd8415df73e3b54f1fb7755072908fe9d74 /test/ng/httpBackendSpec.js | |
| parent | a59976be18585033b29a9f323477f1194b53d3d7 (diff) | |
| download | angular.js-f69ee170ed1eb2ba3fdde5d91760d2b139b41a4c.tar.bz2 | |
docs($httpBackendSpec): fix typo in spy name
Closes #4830
Diffstat (limited to 'test/ng/httpBackendSpec.js')
| -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) { | 
