Skip to content

Commit a0624ee

Browse files
authored
Merge pull request #128252 from flcdrg/patch-9
Fix typo in clientState description for subscription renewal
2 parents e3665f5 + 29758e1 commit a0624ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ If the Graph API subscription isn't renewed after it expires, create a new Graph
177177

178178
Upon receiving a `microsoft.graph.subscriptionReauthorizationRequired` event your application should renew the Graph API subscription by doing these actions:
179179

180-
1. If you provided a client secret in the *clientState* property when you created the Graph API subscription, that client secret in included with the event. Validate that the event's clientState matches the value used when you created the Graph API subscription.
180+
1. If you provided a client secret in the *clientState* property when you created the Graph API subscription, that client secret is included with the event. Validate that the event's clientState matches the value used when you created the Graph API subscription.
181181
1. Ensure that the app has a valid access token to take the next step. More information is provided in the coming [samples with detailed instructions](#samples-with-detailed-instructions) section.
182182
1. Call either of the following two APIs. If the API call succeeds, the change notification flow resumes.
183183

0 commit comments

Comments
 (0)