Skip to content

Commit 8c070d4

Browse files
authored
Update index.ts (#414)
Makes a small change to test workflow token update from Thomas.
1 parent 4a8eaff commit 8c070d4

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
@@ -12,7 +12,7 @@ async function initMap(): Promise<void> {
1212
// The location of Uluru.
1313
const position = {lat: -25.344, lng: 131.031};
1414

15-
// Request needed libraries.
15+
// Request the needed libraries.
1616
const {Map} =
1717
await google.maps.importLibrary('maps') as google.maps.MapsLibrary;
1818
const {AdvancedMarkerElement} =

0 commit comments

Comments
 (0)