Skip to content

Commit 8d2e55c

Browse files
Update dist folder [skip ci] (#416)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent 477bbb1 commit 8d2e55c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/samples/add-map/app/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} =

dist/samples/add-map/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function initMap() {
1111
// [START maps_add_map_instantiate_map]
1212
// The location of Uluru.
1313
const position = { lat: -25.344, lng: 131.031 };
14-
// Request needed libraries.
14+
// Request the needed libraries.
1515
const { Map } = await google.maps.importLibrary('maps');
1616
const { AdvancedMarkerElement } = await google.maps.importLibrary('marker');
1717
// The map, centered at Uluru.

dist/samples/add-map/docs/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} =

dist/samples/add-map/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function initMap() {
1111

1212
// The location of Uluru.
1313
const position = { lat: -25.344, lng: 131.031 };
14-
// Request needed libraries.
14+
// Request the needed libraries.
1515
const { Map } = await google.maps.importLibrary('maps');
1616
const { AdvancedMarkerElement } = await google.maps.importLibrary('marker');
1717
// The map, centered at Uluru.

0 commit comments

Comments
 (0)