Skip to content

Commit 7a6988d

Browse files
authored
Typo fix - update to registration management article
- Change (Example code to register with a notification hub from a device using a registration ID) to (... from a backend...).
1 parent c52f0ec commit 7a6988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/notification-hubs-push-notification-registration-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public async Task<HttpResponseMessage> Put(DeviceInstallation deviceUpdate)
313313
}
314314
```
315315

316-
### Example code to register with a notification hub from a device using a registration ID
316+
### Example code to register with a notification hub from a backend using a registration ID
317317

318318
From your app backend, you can perform basic CRUDS operations on registrations. For example:
319319

0 commit comments

Comments
 (0)