Skip to content

Commit e615839

Browse files
committed
Fix typo
NodeJS -> Node.js
1 parent e4fbfdd commit e615839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/subscribe-to-graph-api-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Web application samples are available for the following languages:
213213
214214
- [C# sample](https://github.com/microsoftgraph/msgraph-sample-eventgrid-notifications-dotnet). It's an up-to-date sample that includes how to create and renew Graph API subscriptions and walks you through some of the steps to enable the flow of events.
215215
- [Java sample](https://github.com/microsoftgraph/java-spring-webhooks-sample)
216-
- [NodeJS sample](https://github.com/microsoftgraph/nodejs-webhooks-sample).
216+
- [Node.js sample](https://github.com/microsoftgraph/nodejs-webhooks-sample).
217217
218218
> [!IMPORTANT]
219219
> You need to activate your partner topic that is created as part of your Graph API subscription creation. You also need to create an Event Grid event subscription to your web application to receive events. To that end, you use the URL configured in your web application to receive events as a webhook endpoint in your event subscription. [Next steps](#next-steps) for more information.

0 commit comments

Comments
 (0)