Browse Source

Fix typo

pull/14003/head
Stephane Nicoll 8 years ago
parent
commit
e6cf082dbc
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
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 @@ -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.

Loading…
Cancel
Save