Skip to content

Commit ffacb94

Browse files
author
Scott Kang
committed
remove extra space
1 parent 9fe1d7d commit ffacb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-maps/android-sdk-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In your HTML file, initialize a map with your subscription key. Replace `<YOUR_S
114114
zoom: 12,
115115
authOptions: {
116116
authType: "subscriptionKey",
117-
subscriptionKey: " <YOUR_SUBSCRIPTION_KEY>"
117+
subscriptionKey: "<YOUR_SUBSCRIPTION_KEY>"
118118
}
119119
});
120120

articles/azure-maps/ios-sdk-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In your HTML file, initialize a map with your subscription key. Replace `<YOUR_S
9797
zoom: 12,
9898
authOptions: {
9999
authType: "subscriptionKey",
100-
subscriptionKey: " <YOUR_SUBSCRIPTION_KEY>"
100+
subscriptionKey: "<YOUR_SUBSCRIPTION_KEY>"
101101
}
102102
});
103103

0 commit comments

Comments
 (0)