Skip to content

Commit 900439e

Browse files
committed
Fix another typo in basic demo page
1 parent 5f08b9f commit 900439e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h2 style="font-size:120%">Header Two</h2>
232232
</p>
233233
<h2>Image Support</h2>
234234
<p>
235-
NOTES: the img src must be on the same domain or the external domain should allow Cross-orgin
235+
NOTES: the img src must be on the same domain or the external domain should allow Cross-origin.
236236
</p>
237237
<img src="http://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=400x300&scale=1&maptype=roadmap&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318&markers=color:red%7Ccolor:red%7Clabel:C%7C40.718217,-73.998284&sensor=false" width="400" height="300">
238238
<!-- ADD_PAGE -->

0 commit comments

Comments
 (0)