From b8d85decad654fff3d046c6d95c85ed8dc51f5ac Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 14 Mar 2014 15:31:57 +0000 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index bf1a6631fc..c665ca8f83 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1259,7 +1259,7 @@ remove later and let Spring Boot provide its own defaults for them, but it shoul possible to get something working first. Static resources can be moved to `/public` (or `/static` or `/resources` or -`/META-INFO/resources`) in the classpath root. Same for `messages.properties` (Spring Boot +`/META-INF/resources`) in the classpath root. Same for `messages.properties` (Spring Boot detects this automatically in the root of the classpath). Vanilla usage of Spring `DispatcherServlet` and Spring Security should require no further