From f8de022f0a32c85dde8e7d755188741ed1df23c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 May 2017 13:27:43 +0200 Subject: [PATCH] Fix typo Closes gh-9257 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c1068740a0a..4db421293a6 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 ----