Commit def4e60f authored by Phillip Webb's avatar Phillip Webb

Fix typo in reference docs

The `management.contextpath` property should have been
`management.context-path`.

Fixes gh-612
parent 2b875a87
...@@ -279,7 +279,7 @@ your application might already use `/info` for another purpose. You can use the ...@@ -279,7 +279,7 @@ your application might already use `/info` for another purpose. You can use the
[source,properties,indent=0] [source,properties,indent=0]
---- ----
management.contextpath=/manage management.context-path=/manage
---- ----
The `application.properties` example above will change the endpoint from `/{id}` to The `application.properties` example above will change the endpoint from `/{id}` to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment