Browse Source

Update OAuth2 Client to OAuth2 Resource Server

Fix section title to match the corresponding example

Signed-off-by: sach429 <satrajit.acharya@gmail.com>
sach429 1 week ago
parent
commit
19cbd9c570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modules/ROOT/pages/servlet/oauth2/index.adoc

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