Skip to content

Commit

Permalink
added missing comma to paste prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Feb 6, 2024
1 parent b8ba3c5 commit 9f9c828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/change-base-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var Stadia_StamenTonerLite = L.tileLayer('https://tiles.stadiamaps.com/tiles/sta
minZoom: 0,
maxZoom: 20,
attribution: '&copy; <a href="https://www.stadiamaps.com/" target="_blank">Stadia Maps</a> &copy; <a href="https://www.stamen.com/" target="_blank">Stamen Design</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
ext: 'png'
ext: 'png',
scrollWheelZoom: false,
}).addTo(mymap);
```
Expand Down

0 comments on commit 9f9c828

Please sign in to comment.