Browse Source

Merge pull request #2203 from pauldub/master

* pull2203:
  Fix typo in howto.adoc
pull/2111/merge
Stephane Nicoll 11 years ago
parent
commit
0e88e1b86e
  1. 2
      spring-boot-docs/src/main/asciidoc/howto.adoc

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

@ -2246,7 +2246,7 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example: @@ -2246,7 +2246,7 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example:
<filter>
<filter-name>metricFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filte>r
</filter>
<filter-mapping>
<filter-name>metricFilter</filter-name>

Loading…
Cancel
Save