Skip to content

Commit 21ff6df

Browse files
authored
test:Update index.ts (#470)
Adds a small change to test workflow changes.
1 parent 5a64904 commit 21ff6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/add-map/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function initMap(): Promise<void> {
1818
const {AdvancedMarkerElement} =
1919
await google.maps.importLibrary('marker') as google.maps.MarkerLibrary;
2020

21-
// The map, centered at Uluru.
21+
// The map, centered at Uluru, Australia.
2222
map = new Map(document.getElementById('map') as HTMLElement, {
2323
zoom: 4,
2424
center: position,

0 commit comments

Comments
 (0)