diff options
author | Christopher Baines <mail@cbaines.net> | 2015-02-09 14:04:46 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-02-09 14:04:46 +0000 |
commit | 46f880c5f8f506b686c66c45d1f64c9d3f75cb9c (patch) | |
tree | 51c4870ebc8f49f23709e0215fbb5193d7cd514c /index.html | |
parent | 00a02018a5e3100c1db302ae5853e41b5c50a723 (diff) | |
download | leaflet-workshop-46f880c5f8f506b686c66c45d1f64c9d3f75cb9c.tar leaflet-workshop-46f880c5f8f506b686c66c45d1f64c9d3f75cb9c.tar.gz |
Fix a few grammatical errors
Thanks to Harry
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -156,7 +156,7 @@ marker.addTo(map); </section> <section> - <h3>A Supprising Popup</h3> + <h3>A Suprising Popup</h3> <iframe class="demo-iframe" src="demo3.html"> </iframe> @@ -168,7 +168,7 @@ marker.addTo(map); </section> <section> - <h3>A Supprising Popup</h3> + <h3>A Suprising Popup</h3> <div class="demo-left"> <iframe class="demo-iframe" src="demo3.html"> @@ -218,7 +218,7 @@ var circle = L.circle(artHouseCafe, 50, { </section> <section> - <h3>Cafe's with GeoJSON</h3> + <h3>Cafes with GeoJSON</h3> <iframe class="demo-iframe" src="demo5.html"> </iframe> @@ -230,7 +230,7 @@ var circle = L.circle(artHouseCafe, 50, { </section> <section> - <h3>Cafe's with GeoJSON</h3> + <h3>Cafes with GeoJSON</h3> <div class="demo-left"> <iframe class="demo-iframe" src="demo5.html"> |