Skip to content

Commit b6f8046

Browse files
patpatpat123rwinch
authored andcommitted
Fix type for rest-client-access-token-response-client.adoc
In line 260, there is the mention of "=== Customizing the `WebClient`" while it should be "=== Customizing the `RestClient`" Signed-off-by: patpatpat123 <[email protected]>
1 parent 238f47c commit b6f8046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/partials/servlet/oauth2/client/rest-client-access-token-response-client.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ accessTokenResponseClient.setParametersCustomizer { parameters ->
257257
`{class-name}` provides hooks for customizing response parameters and error handling of the OAuth 2.0 Access Token Response.
258258

259259
[#oauth2-client-{section-id}-access-token-response-rest-client]
260-
=== Customizing the `WebClient`
260+
=== Customizing the `RestClient`
261261

262262
You can customize the Token Response by providing a pre-configured `RestClient` to `setRestClient()`.
263263
The default `RestClient` is configured as follows:

0 commit comments

Comments
 (0)