Skip to content

Commit

Permalink
fix: Adds a random commit with a semantic title
Browse files Browse the repository at this point in the history
Yay!
  • Loading branch information
willum070 committed May 15, 2024
1 parent be870f4 commit fb07b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/advanced-markers-accessibility/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ async function initMap() {
});

// Set LatLng and title text for the markers. The first marker (Boynton Pass)
// receives the initial focus when tab is pressed. Use arrow keys to
// move between markers; press tab again to cycle through the map controls.
// receives the initial focus when tab is pressed. Use arrow keys to move
// between markers; press tab again to cycle through the map controls.
const tourStops = [
{
position: { lat: 34.8791806, lng: -111.8265049 },
Expand Down

0 comments on commit fb07b55

Please sign in to comment.