From def4e60fa6f4c0e3258793adefb66d7ee975b87c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 31 Mar 2014 18:14:50 -0700 Subject: [PATCH] Fix typo in reference docs The `management.contextpath` property should have been `management.context-path`. Fixes gh-612 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 1a9bec5ceb4..7b9dcb102b6 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -279,7 +279,7 @@ your application might already use `/info` for another purpose. You can use the [source,properties,indent=0] ---- - management.contextpath=/manage + management.context-path=/manage ---- The `application.properties` example above will change the endpoint from `/{id}` to