Skip to content

Commit 606eb9d

Browse files
committed
Merge pull request spring-projects#13260 from torakiki:patch-1
* pr/13260: Fix documentation error
2 parents 552878c + aed118c commit 606eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ authorization checks using its `isUserInRole(String)` method.
662662
==== Servlet endpoints
663663
A `Servlet` can be exposed as an endpoint by implementing a class annotated with
664664
`@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.
666666
They are intended to be used to expose an existing `Servlet` as an endpoint. For new
667667
endpoints, the `@Endpoint` and `@WebEndpoint` annotations should be preferred whenever
668668
possible.

0 commit comments

Comments
 (0)