2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

docs: Fix simple typo, existant -> existent (#3252)

This commit is contained in:
Tim Gates
2020-09-12 14:29:35 +10:00
committed by GitHub
parent 0d87655624
commit e8c6e19141
+1 -1
View File
@@ -53,7 +53,7 @@ describe('requests', function () {
});
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();
var resolveSpy = jasmine.createSpy('resolve');