Skip to content

Commit 0376bf9

Browse files
authored
Fix bad region tags (#1263)
Oops!
1 parent 8eafdab commit 0376bf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/map-events/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
// [START maps_map_event]
7+
// [START maps_map_events]
88
const events = [
99
'bounds_changed',
1010
'center_changed',
@@ -73,4 +73,4 @@ function populateTable() {
7373
}
7474

7575
initMap();
76-
// [END maps_map_event]
76+
// [END maps_map_events]

0 commit comments

Comments
 (0)