Fix typos

Closes gh-13762
This commit is contained in:
dreis2211
2018-07-12 20:56:21 +02:00
committed by Stephane Nicoll
parent 19709f7dea
commit ac8eebfbad
3 changed files with 4 additions and 4 deletions

View File

@@ -821,7 +821,7 @@ properties in the `server` namespace anymore.
[[howto-add-a-servlet-filter-or-listener]]
=== Add a Servlet, Filter, or Listener to a Application
=== Add a Servlet, Filter, or Listener to an Application
In a servlet stack application, i.e. with the `spring-boot-starter-web`, there are two
ways to add `Servlet`, `Filter`, `ServletContextListener`, and the other listeners
supported by the Servlet API to your application: