From 117d6b0da35cb5776da2a7cae7eedd9c9bd9bd1a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Jun 2015 11:12:42 +0200 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 2b14c576c0..4b57037d98 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -35,7 +35,7 @@ categorized under either "`groups`" or "`properties`": { "name": "server.servlet-path", "type": "java.lang.String", - "sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties" + "sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties", "defaultValue": "/" } ...