Skip to content

Commit fd5cff8

Browse files
committed
Typo
1 parent 13dbc44 commit fd5cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/data-vis/map/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
setCustomPalette?: boolean;
139139
customBreaks?: number[];
140140
interactive?: boolean;
141-
showLedgend: boolean;
141+
showLegend: boolean;
142142
onload?: (map: maplibregl.Map) => void;
143143
onerror?: (error: Partial<ErrorEvent>) => void;
144144
onclick?: (e: maplibregl.MapMouseEvent) => void;

0 commit comments

Comments
 (0)