Merge pull request #2036 from danieldegroot2/fix-typo/initing

Correct typo 'initing'
This commit is contained in:
Pieter Vander Vennet 2024-07-20 19:05:47 +02:00 committed by GitHub
commit dc88501cc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ export default class TagRenderingConfig {
) {
let json = <string | QuestionableTagRenderingConfigJson>config
if (json === undefined) {
throw "Initing a TagRenderingConfig with undefined in " + context
throw "Initiating a TagRenderingConfig with undefined in " + context
}
if (typeof json === "number") {

View file

@ -46,7 +46,7 @@
styleUrl = defaultLayer.style ?? defaultLayer.url
}
console.log("Initing mapLIbremap with style", styleUrl)
console.log("Initiating mapLIbremap with style", styleUrl)
const options: MapOptions = {
container,