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 c1068740a0..4db421293a 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -397,7 +397,7 @@ For example, the following maps `FATAL` to `HttpStatus.SERVICE_UNAVAILABLE`: [source,properties,indent=0] ---- - endpoints.health.mappings.FATAL=503 + endpoints.health.mapping.FATAL=503 ----