mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:05:28 +01:00
Fixed typo.
This commit is contained in:
parent
c5c1dd12b9
commit
eb0f833d49
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function validate (url) {
|
||||||
<SmallError>
|
<SmallError>
|
||||||
Must provide protocol {
|
Must provide protocol {
|
||||||
isSsl
|
isSsl
|
||||||
? <code>http://</code>
|
? <code>https://</code>
|
||||||
: <><code>http://</code> or <code>https://</code></>
|
: <><code>http://</code> or <code>https://</code></>
|
||||||
}
|
}
|
||||||
</SmallError>
|
</SmallError>
|
||||||
|
|
Loading…
Reference in a new issue