Skip to content

Commit d061777

Browse files
authored
Merge pull request #127158 from changeworld/patch-6
Fix typo: subcription -> subscription
2 parents 57c25c2 + af5fadb commit d061777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/browser-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can also set the browser credentials for browser push by using the REST API,
9898
Enter the credentials in this format, providing the subscription ID, resource group, namespace, and notification hub:
9999

100100
```http
101-
https://management.azure.com/subscriptions/{subcription}/resourceGroups/{resource-group}/providers/Microsoft.NotificationHubs/namespaces/{namespace}/notificationHubs/{hub}api-version=2016-03-01
101+
https://management.azure.com/subscriptions/{subscription}/resourceGroups/{resource-group}/providers/Microsoft.NotificationHubs/namespaces/{namespace}/notificationHubs/{hub}api-version=2016-03-01
102102
```
103103

104104
### Set credentials using Azure SDKs

0 commit comments

Comments
 (0)