Skip to content

Commit c054d0c

Browse files
authored
test:Update index.ts (#370)
A simple change to test workflow update.
1 parent cb78c48 commit c054d0c

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.
2222
map = new Map(document.getElementById('map') as HTMLElement, {
2323
zoom: 4,
2424
center: position,

0 commit comments

Comments
 (0)