Skip to content

Commit

Permalink
fix typo createImageOveraly to createImageOverlay (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
erasta committed Jun 3, 2024
1 parent a18438e commit 4b71818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-leaflet/src/ImageOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ImageOverlay = createLayerComponent<
LeafletImageOverlay,
ImageOverlayProps
>(
function createImageOveraly({ bounds, url, ...options }, ctx) {
function createImageOverlay({ bounds, url, ...options }, ctx) {
const overlay = new LeafletImageOverlay(url, bounds, options)
return createElementObject(
overlay,
Expand Down

0 comments on commit 4b71818

Please sign in to comment.