diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 0cdaf6d038..5aa88ba9cb 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -606,7 +606,7 @@ Example in Gradle: === Configure Undertow Generally you can follow the advice from _<>_ about -`@ConfigurationProperties` (`ServerProperties` and `ServerProperties.Undertow are the +`@ConfigurationProperties` (`ServerProperties` and `ServerProperties.Undertow` are the main ones here), but also look at `EmbeddedServletContainerCustomizer`. Once you have access to the `UndertowEmbeddedServletContainerFactory` you can use an `UndertowBuilderCustomizer` to