Skip to content

Commit

Permalink
Merge pull request #3 from hbtjma/patch-1
Browse files Browse the repository at this point in the history
Fix typo in index.d.ts
  • Loading branch information
runette authored Sep 8, 2021
2 parents 16c4590 + 1cbdefb commit 18bfdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare module 'leaflet' {
type fullscreenOptions = FullscreenOptions;

interface Map {
isfullscreen(): boolean;
isFullscreen(): boolean;
toggleFullscreen(): void;
}

Expand Down

0 comments on commit 18bfdba

Please sign in to comment.