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::