From 1436a4d8c6f371ac96abf9f63b8b041cf4615a09 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 2 Oct 2020 16:12:05 -0400 Subject: [PATCH] domian -> domain --- test/specs/requests.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/requests.spec.js b/test/specs/requests.spec.js index f27ef88adc..692dbb04f3 100644 --- a/test/specs/requests.spec.js +++ b/test/specs/requests.spec.js @@ -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){