Skip to content

Commit 62d3f73

Browse files
johnktimsphilwebb
authored andcommitted
Fix "heath" misspellings
1 parent bc0132b commit 62d3f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
156156
secure or authenticated connection additional details are also displayed (see
157157
<<production-ready-health-access-restrictions>> for HTTP details).
158158

159-
Heath information is collected from all
159+
Health information is collected from all
160160
{sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined
161161
in your `ApplicationContext`. Spring Boot includes a number of auto-configured
162162
`HealthIndicators` and you can also write your own.
@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured
167167
Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
168168
example, you probably don't want to publish details of your database server to the
169169
world. For this reason, by default, only the health status is exposed over an
170-
unauthenticated HTTP connection. If you are happy for complete heath information to always
170+
unauthenticated HTTP connection. If you are happy for complete health information to always
171171
be exposed you can set `endpoints.health.sensitive` to `false`.
172172

173-
Heath responses are also cached to prevent "`denial of service`" attacks. Use the
173+
Health responses are also cached to prevent "`denial of service`" attacks. Use the
174174
`endpoints.health.time-to-live` property if you want to change the default cache period
175175
of 1000 milliseconds.
176176

0 commit comments

Comments
 (0)