Skip to content

Commit 81314e5

Browse files
authored
Merge pull request #90363 from changeworld/patch-25
Fix typo
2 parents 3b64739 + 5373da1 commit 81314e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/notification-hubs-nodejs-push-notification-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ notificationHubService.wns.send(null, payload , 'wns/toast', function(error){
196196

197197
## Next Steps
198198

199-
The sample snippets above allow you to easily build service infrastructure to deliver push notifications to a wide variety of devices. Now that you've learned the basics of using Notification Hubs with node.js, follow these links to learn more about how you can extend these capabilities further.
199+
The sample snippets above allow you to easily build service infrastructure to deliver push notifications to a wide variety of devices. Now that you've learned the basics of using Notification Hubs with Node.js, follow these links to learn more about how you can extend these capabilities further.
200200

201201
- See the MSDN Reference for [Azure Notification Hubs](/previous-versions/azure/azure-services/jj927170(v=azure.100)).
202202
- Visit the [Azure SDK for Node] repository on GitHub for more samples and implementation details.

0 commit comments

Comments
 (0)