File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ authorization checks using its `isUserInRole(String)` method.
662
662
==== Servlet endpoints
663
663
A `Servlet` can be exposed as an endpoint by implementing a class annotated with
664
664
`@ServletEndpoint` that also implements `Supplier<EndpointServlet>`. Servlet endpoints
665
- provide deeper integration with the Servlet container but at the expose of portability.
665
+ provide deeper integration with the Servlet container but at the expense of portability.
666
666
They are intended to be used to expose an existing `Servlet` as an endpoint. For new
667
667
endpoints, the `@Endpoint` and `@WebEndpoint` annotations should be preferred whenever
668
668
possible.
You can’t perform that action at this time.
0 commit comments