Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewwango committed Jun 24, 2024
1 parent da1fe24 commit e3f4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ legend.onAdd = function (map) {
legend.addTo(map);

// Boundaries
fetch('boundaries/lad_filtered.geojson')
fetch('geojsons/lad_filtered.geojson')
.then(response => response.json())
.then(data => {
L.geoJSON(data, {
Expand Down

0 comments on commit e3f4444

Please sign in to comment.