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:
Alexander Schwartz
2025-04-16 14:42:49 +02:00
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]
----