diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index bbfede2651..e38c8a1136 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -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: "*" ---- ====