Skip to content

Commit 3f02e23

Browse files
committed
nit
1 parent d6755a8 commit 3f02e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/change-notifications-delivery-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For security and performance reasons, Microsoft Graph throttles notifications se
5353
If your endpoint is unable to meet these performance characteristics, consider using [Event Hubs](/graph/change-notifications-delivery-event-hubs) or [Event Grid](/azure/event-grid/subscribe-to-graph-api-events?context=graph/context) as a target for receiving notifications.
5454

5555
### Authentication
56-
When you create your subscription, an access token is sent to your endpoint. This access token is used only to check the validity of your endpoint and has a lifecycle different from the change notification subscription. This access token generally expires within 1 hour.
56+
When you create your subscription, an access token is sent to your endpoint. This access token is used only to check the validity of your endpoint and has a lifecycle different from your change notification subscription. This access token generally expires within 1 hour.
5757

5858
To ensure uninterrupted notifications, your endpoint must be prepared for regular reauthorization by Microsoft Graph.
5959

0 commit comments

Comments
 (0)