Skip to content

Commit 5373da1

Browse files
committed
Fix typo
node.js -> Node.js
1 parent cc5204e commit 5373da1

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)