From 19cbd9c570074a1f614044f86021138a151926b1 Mon Sep 17 00:00:00 2001 From: sach429 Date: Thu, 27 Nov 2025 10:26:28 -0500 Subject: [PATCH] Update OAuth2 Client to OAuth2 Resource Server Fix section title to match the corresponding example Signed-off-by: sach429 --- docs/modules/ROOT/pages/servlet/oauth2/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/oauth2/index.adoc b/docs/modules/ROOT/pages/servlet/oauth2/index.adoc index 43ebad625c..7d63e365ff 100644 --- a/docs/modules/ROOT/pages/servlet/oauth2/index.adoc +++ b/docs/modules/ROOT/pages/servlet/oauth2/index.adoc @@ -41,7 +41,7 @@ See xref:servlet/oauth2/resource-server/index.adoc[OAuth 2.0 Resource Server] fo To get started, add the `spring-security-oauth2-resource-server` dependency to your project. When using Spring Boot, add the following starter: -.OAuth2 Client with Spring Boot +.OAuth2 Resource Server with Spring Boot [tabs] ====== Gradle::