Commit 62d3f73e authored by John's avatar John Committed by Phillip Webb

Fix "heath" misspellings

parent bc0132b6
...@@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return ...@@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
secure or authenticated connection additional details are also displayed (see secure or authenticated connection additional details are also displayed (see
<<production-ready-health-access-restrictions>> for HTTP details). <<production-ready-health-access-restrictions>> for HTTP details).
Heath information is collected from all Health information is collected from all
{sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined {sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined
in your `ApplicationContext`. Spring Boot includes a number of auto-configured in your `ApplicationContext`. Spring Boot includes a number of auto-configured
`HealthIndicators` and you can also write your own. `HealthIndicators` and you can also write your own.
...@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured ...@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured
Information returned by `HealthIndicators` is often somewhat sensitive in nature. For Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
example, you probably don't want to publish details of your database server to the example, you probably don't want to publish details of your database server to the
world. For this reason, by default, only the health status is exposed over an world. For this reason, by default, only the health status is exposed over an
unauthenticated HTTP connection. If you are happy for complete heath information to always unauthenticated HTTP connection. If you are happy for complete health information to always
be exposed you can set `endpoints.health.sensitive` to `false`. be exposed you can set `endpoints.health.sensitive` to `false`.
Heath responses are also cached to prevent "`denial of service`" attacks. Use the Health responses are also cached to prevent "`denial of service`" attacks. Use the
`endpoints.health.time-to-live` property if you want to change the default cache period `endpoints.health.time-to-live` property if you want to change the default cache period
of 1000 milliseconds. of 1000 milliseconds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment