From 45691fb6a75e0fb7d4e6d241c9b20fc6384af6be Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 2 Oct 2020 16:12:05 -0400 Subject: [PATCH] Fixing spec test typo 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){