From f82fe9c8c63b9ff213a66d7c514c9fe45ee71ee9 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:24:25 -0500 Subject: [PATCH] Remove stray modular from the documentation Issue gh-16258 --- docs/modules/ROOT/pages/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index a339e82245..4fb2f225ef 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/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`