We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552878c + aed118c commit 606eb9dCopy full SHA for 606eb9d
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
@@ -662,7 +662,7 @@ authorization checks using its `isUserInRole(String)` method.
662
==== Servlet endpoints
663
A `Servlet` can be exposed as an endpoint by implementing a class annotated with
664
`@ServletEndpoint` that also implements `Supplier<EndpointServlet>`. Servlet endpoints
665
-provide deeper integration with the Servlet container but at the expose of portability.
+provide deeper integration with the Servlet container but at the expense of portability.
666
They are intended to be used to expose an existing `Servlet` as an endpoint. For new
667
endpoints, the `@Endpoint` and `@WebEndpoint` annotations should be preferred whenever
668
possible.
0 commit comments