From 5e7fd4f93cf7940493b467f6c6bc3a373ad11d68 Mon Sep 17 00:00:00 2001 From: Orange Mug Date: Sun, 27 Oct 2019 19:07:49 +0000 Subject: [PATCH] Update src/components/inputs/UrlInput.jsx CORs -> CORS Co-Authored-By: pathmapper --- src/components/inputs/UrlInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/inputs/UrlInput.jsx b/src/components/inputs/UrlInput.jsx index 3ad9ba3f..335d3ff0 100644 --- a/src/components/inputs/UrlInput.jsx +++ b/src/components/inputs/UrlInput.jsx @@ -23,7 +23,7 @@ function validate (url) { ) { error = ( - CORs policy won't allow fetching resources served over http from https, use a https:// domain + CORS policy won't allow fetching resources served over http from https, use a https:// domain ); }