Skip to content

Commit 29758e1

Browse files
authored
Fix typo in clientState description for subscription renewal
Minor fix
1 parent 1ddc942 commit 29758e1

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)