File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
156156secure 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
161161in 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
167167Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
168168example, you probably don't want to publish details of your database server to the
169169world. 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
171171be 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
175175of 1000 milliseconds.
176176
You can’t perform that action at this time.
0 commit comments