mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-01 20:52:51 -05:00
fix(docs): correct typo in token exchange guide
Fixed a typo in the example token exchange request section by replacing "folowing" with "following." This improves the clarity and professionalism of the documentation.
Closes #38976
Signed-off-by: Nicola Baiocco <nicola.baiocco@intesys.it>
(cherry picked from commit 34630a4176)
Co-authored-by: Nicola Baiocco <nicola.baiocco@intesys.it>
This commit is contained in:
committed by
GitHub
parent
bb801a85bc
commit
1b6fc30c44
@@ -54,7 +54,7 @@ Many other use-cases exist for token exchange, but the preceding example is the
|
||||
|
||||
==== Example token exchange request
|
||||
|
||||
The folowing is an example token exchange request of the client `requester-client` in the realm `test`. Note that `subject_token` is the access token issued to the `initial-client`:
|
||||
The following is an example token exchange request of the client `requester-client` in the realm `test`. Note that `subject_token` is the access token issued to the `initial-client`:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user