Skip to content

Commit dfc8be0

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Fix typo
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 371bee6 commit dfc8be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/features/integrations/rest/http-interface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Spring Security's OAuth Support can integrate with `RestClient` and `WebClient`
77
== Configuration
88
After xref:features/integrations/rest/http-interface.adoc#configuration-restclient[RestClient] or xref:features/integrations/rest/http-interface.adoc#configuration-webclient[WebClient] specific configuration, usage of xref:features/integrations/rest/http-interface.adoc[] only requires adding a xref:features/integrations/rest/http-interface.adoc#client-registration-id[`@ClientRegistrationId`] to methods that require OAuth.
99

10-
Since the presense of xref:features/integrations/rest/http-interface.adoc#client-registration-id[`@ClientRegistrationId`] determines if and how the OAuth token will be resolved, it is safe to add Spring Security's OAuth support any configuration.
10+
Since the presence of xref:features/integrations/rest/http-interface.adoc#client-registration-id[`@ClientRegistrationId`] determines if and how the OAuth token will be resolved, it is safe to add Spring Security's OAuth support any configuration.
1111

1212
[[configuration-restclient]]
1313
=== RestClient Configuration

0 commit comments

Comments
 (0)