Skip to content

Commit d82cada

Browse files
authored
Merge pull request #125616 from anacondrai/patch-1
Fix typo in "Show traffic on the map" article (Azure Maps docs)
2 parents 228ddc7 + 25c20c4 commit d82cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/map-show-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two different traffic controls that can be added to the map. The first
5959
The following code shows how to add the traffic controls to the map.
6060

6161
```JavaScript
62-
//Att the traffic control toogle button to the top right corner of the map.
62+
//Att the traffic control toggle button to the top right corner of the map.
6363
map.controls.add(new atlas.control.TrafficControl(), { position: 'top-right' });
6464

6565
//Att the traffic legend control to the bottom left corner of the map.

0 commit comments

Comments
 (0)