From 9e18c75ff1a9493b24daf9a23ee10894ca047abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 25 Nov 2025 14:51:31 +0100 Subject: [PATCH] Fix ApiVersionConfigurer Kotlin code sample Closes gh-35887 --- framework-docs/modules/ROOT/pages/web/webflux/config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/web/webflux/config.adoc b/framework-docs/modules/ROOT/pages/web/webflux/config.adoc index 85045842d35..780fb943408 100644 --- a/framework-docs/modules/ROOT/pages/web/webflux/config.adoc +++ b/framework-docs/modules/ROOT/pages/web/webflux/config.adoc @@ -690,7 +690,7 @@ Kotlin:: [source,kotlin,indent=0,subs="verbatim"] ---- @Configuration - class WebConfiguration : WebMvcConfigurer { + class WebConfiguration : WebFluxConfigurer { override fun configureApiVersioning(configurer: ApiVersionConfigurer) { configurer.useRequestHeader("API-Version")