We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8eaff commit 8c070d4Copy full SHA for 8c070d4
samples/add-map/index.ts
@@ -12,7 +12,7 @@ async function initMap(): Promise<void> {
12
// The location of Uluru.
13
const position = {lat: -25.344, lng: 131.031};
14
15
- // Request needed libraries.
+ // Request the needed libraries.
16
const {Map} =
17
await google.maps.importLibrary('maps') as google.maps.MapsLibrary;
18
const {AdvancedMarkerElement} =
0 commit comments