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.
1 parent 1d69a71 commit a1b20c3Copy full SHA for a1b20c3
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2496,7 +2496,7 @@ rather than the version that pre-installed with the server. You can do this by a
2496
2497
[[howto-servlet-2-5]]
2498
=== Deploying a WAR in an Old (Servlet 2.5) Container
2499
-Spring Boot uses Servet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
+Spring Boot uses Servlet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
2500
etc.) so you can't use the same application out of the box in a Servlet 2.5 container.
2501
It *is* however possible to run a Spring Boot application on an older container with some
2502
special tools. If you include `org.springframework.boot:spring-boot-legacy` as a
0 commit comments