From 46fbca66a69d102db55f7c454565f82ff5be6b98 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 29 Jun 2015 06:43:25 +0100 Subject: [PATCH] Fix typo 'a' -> 'an' --- .../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 dbe73e8d10..1ea764a53e 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -158,7 +158,7 @@ Health information can be used to check the status of your running application. often used by monitoring software to alert someone if a production system goes down. The default information exposed by the `health` endpoint depends on how it is accessed. For an unauthenticated connection in a secure application a simple '`status`' message is -returned, and for a authenticated connection additional details are also displayed (see +returned, and for an authenticated connection additional details are also displayed (see <> for HTTP details). Health information is collected from all