From 22cc2a9b73d08eb22f7275b7d8e0ce54bba8b1b6 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:52:32 +0200 Subject: [PATCH] Correct typo in MaplibreMap.svelte Corrects typo 'initing' --- src/UI/Map/MaplibreMap.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Map/MaplibreMap.svelte b/src/UI/Map/MaplibreMap.svelte index 36f54c43aa..47c9618c0c 100644 --- a/src/UI/Map/MaplibreMap.svelte +++ b/src/UI/Map/MaplibreMap.svelte @@ -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,