mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs: Fix simple typo, existant -> existent (#3252)
This commit is contained in:
@@ -53,7 +53,7 @@ describe('requests', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should reject on network errors', function (done) {
|
it('should reject on network errors', function (done) {
|
||||||
// disable jasmine.Ajax since we're hitting a non-existant server anyway
|
// disable jasmine.Ajax since we're hitting a non-existent server anyway
|
||||||
jasmine.Ajax.uninstall();
|
jasmine.Ajax.uninstall();
|
||||||
|
|
||||||
var resolveSpy = jasmine.createSpy('resolve');
|
var resolveSpy = jasmine.createSpy('resolve');
|
||||||
|
|||||||
Reference in New Issue
Block a user