소스 검색

Remove stray modular from the documentation

Issue gh-16258
Rob Winch 2 일 전
부모
커밋
f82fe9c8c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/whats-new.adoc

+ 1 - 1
docs/modules/ROOT/pages/whats-new.adoc

@@ -15,7 +15,7 @@ Each section that follows will indicate the more notable removals as well as the
 
 == Config
 
-* Support modular modular configuration in xref::servlet/configuration/java.adoc#modular-httpsecurity-configuration[Servlets] and xref::reactive/configuration/webflux.adoc#modular-serverhttpsecurity-configuration[WebFlux]
+* Support modular configuration in xref::servlet/configuration/java.adoc#modular-httpsecurity-configuration[Servlets] and xref::reactive/configuration/webflux.adoc#modular-serverhttpsecurity-configuration[WebFlux]
 * Removed `and()` from the `HttpSecurity` DSL in favor of using the lambda methods
 * Removed `authorizeRequests` in favor of `authorizeHttpRequests`
 * Simplified expression migration for `authorizeRequests`