Skip to content

Commit c974e44

Browse files
authored
Merge pull request #101931 from mahab339/patch-1
Typo fix - update to registration management article
2 parents cc725b7 + 7a6988d commit c974e44

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)