From e6cf082dbccbe29371617fbb4cec49e6a0cbdf3f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 25 Jul 2018 11:44:55 +0200 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.