From 24cc51c36f1fc5da5d50bbbc7fbeddb182b8f90f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 18 Mar 2014 20:46:13 -0700 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 706085ee732..c1fea172313 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -64,7 +64,7 @@ server.tomcat.max-threads = 0 # number of threads in protocol handler # SPRING MVC ({sc-spring-boot-autoconfigure}/web/HttpMapperProperties.{sc-ext}[HttpMapperProperties]) http.mappers.json-pretty-print=false # pretty print JSON -http.mappers.json-sort-keys=falose # sort keys +http.mappers.json-sort-keys=false # sort keys spring.view.prefix= # MVC view prefix spring.view.suffix= # ... and suffix spring.resources.cache-period= # cache timeouts in headers sent to browser