We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feec4a9 + d82cada commit 55d3c9cCopy full SHA for 55d3c9c
articles/azure-maps/map-show-traffic.md
@@ -59,7 +59,7 @@ There are two different traffic controls that can be added to the map. The first
59
The following code shows how to add the traffic controls to the map.
60
61
```JavaScript
62
-//Att the traffic control toogle button to the top right corner of the map.
+//Att the traffic control toggle button to the top right corner of the map.
63
map.controls.add(new atlas.control.TrafficControl(), { position: 'top-right' });
64
65
//Att the traffic legend control to the bottom left corner of the map.
0 commit comments