Skip to content

Commit db77eb5

Browse files
authored
Fix typos in "Add traffic controls" JavaScript example
1 parent 79636be commit db77eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ 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 toggle button to the top right corner of the map.
62+
//Add 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

65-
//Att the traffic legend control to the bottom left corner of the map.
65+
//Add the traffic legend control to the bottom left corner of the map.
6666
map.controls.add(new atlas.control.TrafficLegendControl(), { position: 'bottom-left' });
6767
```
6868

0 commit comments

Comments
 (0)