Fixed typo.

This commit is contained in:
orangemug 2020-05-14 13:33:57 +01:00
parent c5c1dd12b9
commit eb0f833d49

View file

@ -27,7 +27,7 @@ function validate (url) {
<SmallError>
Must provide protocol {
isSsl
? <code>http://</code>
? <code>https://</code>
: <><code>http://</code> or <code>https://</code></>
}
</SmallError>