Skip to content

Commit

Permalink
Typo: Institue to Institute
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-suhi committed Jun 14, 2024
1 parent 0dc0cc4 commit 30c261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ var servicesPolygon = []
for(let place of INSTITUTES) {
L.geoJSON(place.geometry as any, {
style: {"color": "blue", "weight": 0, "fillOpacity": 0}
}).bindTooltip("Institue").addTo(map)
}).bindTooltip("Institute").addTo(map)
intitutesPolygon.push(L.geoJSON(place.geometry as any, {
style: {"color": "blue", "weight": 1, "fillOpacity": 0.4}
}))
Expand Down

0 comments on commit 30c261b

Please sign in to comment.