Skip to content

Commit

Permalink
Fixing spec test typo
Browse files Browse the repository at this point in the history
domian -> domain
  • Loading branch information
Kevin Kirsche committed Oct 2, 2020
1 parent 54a8ce3 commit 45691fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/requests.spec.js
Expand Up @@ -263,7 +263,7 @@ describe('requests', function () {
});
});

it('should make cross domian http request', function (done) {
it('should make cross domain http request', function (done) {
var response;

axios.post('www.someurl.com/foo').then(function(res){
Expand Down

0 comments on commit 45691fb

Please sign in to comment.