Merge pull request #14670 from jvalkeal

* pr/14670:
  Polish docs
This commit is contained in:
Stephane Nicoll
2018-10-03 13:40:16 +02:00

View File

@@ -349,10 +349,10 @@ exclude) all endpoints, as shown in the following example:
[source,yaml,indent=0]
----
management:
endpoints:
web:
exposure:
include: "*"
endpoints:
web:
exposure:
include: "*"
----
====