Polish docs

This commit replaces tabs to spaces in a yaml example for configuring
endpoint web exposure include.

Closes gh-14670
This commit is contained in:
Janne Valkealahti
2018-10-03 10:58:23 +01:00
committed by Stephane Nicoll
parent b248afc808
commit 26345d3900

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: "*"
----
====