Fix typo in WebMvc.fn document

Closes gh-35045

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
Yanming Zhou
2025-06-13 15:17:14 +08:00
committed by Brian Clozel
parent cd80ca0fe0
commit d8ac3ff31f

View File

@@ -846,7 +846,7 @@ processing lifecycle and also (potentially) run side by side with annotated cont
any are declared. It is also how functional endpoints are enabled by the Spring Boot Web
starter.
The following example shows a WebFlux Java configuration:
The following example shows a WebMvc Java configuration:
[tabs]
======