Skip to content

Commit

Permalink
docs: Fix simple typo, existant -> existent (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Sep 12, 2020
1 parent 0d87655 commit e8c6e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/requests.spec.js
Expand Up @@ -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');
Expand Down

0 comments on commit e8c6e19

Please sign in to comment.