Skip to content

Commit 25c20c4

Browse files
authored
Fix typo in "Add traffic controls" section
1 parent 228ddc7 commit 25c20c4

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)