2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00
Fix typos
This commit is contained in:
Kevin Kirsche
2020-10-03 14:25:07 -04:00
committed by GitHub
parent fa3673710e
commit 6d05b96dca
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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){