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")