From 3174061d88b74945e6623d5241774add329e5322 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Fri, 13 Jun 2025 15:17:14 +0800 Subject: [PATCH] Fix typo in WebMvc.fn document Signed-off-by: Yanming Zhou --- framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc b/framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc index 497f746b5b45..ca233a4076d0 100644 --- a/framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc +++ b/framework-docs/modules/ROOT/pages/web/webmvc-functional.adoc @@ -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] ======