diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 79eadc42571..3b5d52af271 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -551,7 +551,7 @@ JMX or an HTTP request is converted to the required types using an instance of [[production-ready-endpoints-custom-web]] ==== Custom Web Endpoints -Operations on an `@Endpoint`, `@WebEndpoint`, or `@WebEndpointExtension` are automatically +Operations on an `@Endpoint`, `@WebEndpoint`, or `@EndpointWebExtension` are automatically exposed over HTTP using Jersey, Spring MVC, or Spring WebFlux.