Skip to content

Commit af5fadb

Browse files
committed
Fix typo: subcription -> subscription
1 parent 4d64fcd commit af5fadb

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)