Skip to content

Commit 0773db3

Browse files
Merge pull request #303683 from kondalarao-MSFT/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#476647
2 parents 0892da7 + 58d5123 commit 0773db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/tutorial-route-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following steps show you how to create and display the Map control in a web
8484
* The `onload` event in the body of the page calls the `GetMap` function when the body of the page finishes loading.
8585
* The `GetMap` function contains the inline JavaScript code used to access the Azure Maps APIs. This function is added in the next step.
8686

87-
3. Next, add the following JavaScript code to the `GetMap` function, just beneath the code added in the last step. This code creates a map control and initializes it using your Azure Maps subscription keys that you provide. Make sure and replace the string `<Your Azure Maps Key>` with the Azure Maps primary key that you copied from your Maps account.
87+
3. Next, add the following JavaScript code to the `GetMap` function, just beneath the code added in the last step. This code creates a map control and initializes it using your Azure Maps subscription keys that you provide. Make sure to replace the string `<Your Azure Maps Key>` with the Azure Maps primary key that you copied from your Maps account.
8888

8989
```javascript
9090
//Instantiate a map object

0 commit comments

Comments
 (0)