Skip to content

Commit a1b20c3

Browse files
committed
Fix typo
1 parent 1d69a71 commit a1b20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ rather than the version that pre-installed with the server. You can do this by a
24962496

24972497
[[howto-servlet-2-5]]
24982498
=== Deploying a WAR in an Old (Servlet 2.5) Container
2499-
Spring Boot uses Servet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
2499+
Spring Boot uses Servlet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
25002500
etc.) so you can't use the same application out of the box in a Servlet 2.5 container.
25012501
It *is* however possible to run a Spring Boot application on an older container with some
25022502
special tools. If you include `org.springframework.boot:spring-boot-legacy` as a

0 commit comments

Comments
 (0)