Skip to content

Commit b3175d1

Browse files
committed
Fixed code in Example
Second script tag was missing a forward slash.
1 parent 5d0d4e8 commit b3175d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-maps-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
mapsAPI.addEventListener('api-load', function(e) {
2323
// this.api === google.maps
2424
});
25-
<script>
25+
</script>
2626

2727
Any number of components can use `<google-maps-api>` elements, and the library will only be loaded once.
2828

0 commit comments

Comments
 (0)