Update src/components/inputs/UrlInput.jsx

CORs -> CORS

Co-Authored-By: pathmapper <pathmapper@posteo.de>
This commit is contained in:
Orange Mug 2019-10-27 19:07:49 +00:00 committed by GitHub
parent 25cad5bb25
commit 5e7fd4f93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ function validate (url) {
) {
error = (
<SmallError>
CORs policy won&apos;t allow fetching resources served over http from https, use a <code>https://</code> domain
CORS policy won&apos;t allow fetching resources served over http from https, use a <code>https://</code> domain
</SmallError>
);
}