Skip to content

Commit 576537d

Browse files
Update dist folder [skip ci] (#399)
1 parent 3f3c57e commit 576537d

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
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]
12-
// The location of Uluru.
12+
// The location of Uluru
1313
const position = {lat: -25.344, lng: 131.031};
1414

1515
// Request needed libraries.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap() {
1111
// [START maps_add_map_instantiate_map]
12-
// The location of Uluru.
12+
// The location of Uluru
1313
const position = { lat: -25.344, lng: 131.031 };
1414
// Request needed libraries.
1515
const { Map } = await google.maps.importLibrary('maps');

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]
12-
// The location of Uluru.
12+
// The location of Uluru
1313
const position = {lat: -25.344, lng: 131.031};
1414

1515
// Request needed libraries.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap() {
1111

12-
// The location of Uluru.
12+
// The location of Uluru
1313
const position = { lat: -25.344, lng: 131.031 };
1414
// Request needed libraries.
1515
const { Map } = await google.maps.importLibrary('maps');

0 commit comments

Comments
 (0)