Skip to content

Commit 4b71818

Browse files
authored
fix typo createImageOveraly to createImageOverlay (#1079)
1 parent a18438e commit 4b71818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-leaflet/src/ImageOverlay.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const ImageOverlay = createLayerComponent<
1616
LeafletImageOverlay,
1717
ImageOverlayProps
1818
>(
19-
function createImageOveraly({ bounds, url, ...options }, ctx) {
19+
function createImageOverlay({ bounds, url, ...options }, ctx) {
2020
const overlay = new LeafletImageOverlay(url, bounds, options)
2121
return createElementObject(
2222
overlay,

0 commit comments

Comments
 (0)