瀏覽代碼

Fix typo in resource server docs

Eleftheria Stein 5 年之前
父節點
當前提交
12a8795c3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

@@ -123,7 +123,7 @@ This property can also be supplied directly on the <<webflux-oauth2resourceserve
 
 There are two `@Bean` s that Spring Boot generates on Resource Server's behalf.
 
-The first is a `SecurityWebFilterChain` that configures the app as a resource server. When including `spring-security-oauth2-jose`, this `WebSecurityConfigurerAdapter` looks like:
+The first is a `SecurityWebFilterChain` that configures the app as a resource server. When including `spring-security-oauth2-jose`, this `SecurityWebFilterChain` looks like:
 
 [source,java]
 ----