Skip to content

Commit d3e365d

Browse files
authored
Merge pull request #114811 from giraffesyo/patch-1
docs: typo user -> use
2 parents 0dbbfcf + a8d8c3c commit d3e365d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/v2-protocols-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ To sign out a user, perform both of these operations:
321321
* Redirect the user's user-agent to the Microsoft identity platform's logout URI
322322
* Clear your app's cookies or otherwise end the user's session in your application.
323323

324-
If you fail to perform either operation, the user may remain authenticated and not be prompted to sign-in the next time they user your app.
324+
If you fail to perform either operation, the user may remain authenticated and not be prompted to sign-in the next time they use your app.
325325

326326
Redirect the user-agent to the `end_session_endpoint` as shown in the OpenID Connect configuration document. The `end_session_endpoint` supports both HTTP GET and POST requests.
327327

0 commit comments

Comments
 (0)