Skip to content

Commit

Permalink
mapLifecycleEvent consistent singular renamed from plural
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 25, 2024
1 parent a53625d commit 369903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leaf/map/fullscreen/fullscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function fullscreenMap({
}),
map: Map = leafletMap(id, mapOptions),
handleMapLifecycleChange: (
mapLifecycleEvents: FullscreenMapLifecycleEvent,
mapLifecycleEvent: FullscreenMapLifecycleEvent,
) => () => void = (
mapLifecycleEvent: FullscreenMapLifecycleEvent,
): (() => void) =>
Expand Down

0 comments on commit 369903d

Please sign in to comment.