Skip to content

Commit 2838ec4

Browse files
AlexFalappapull[bot]
authored andcommitted
Fix typos in HealthContributors definition
See spring-projectsgh-18249
1 parent 2f951b6 commit 2838ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Spring Boot includes a number of auto-configured `HealthContributors` and you ca
653653
A `HealthContributor` can either be a `HealthIndicator` or a `CompositeHealthContributor`.
654654
A `HealthIndicator` provides actual health information, including a `Status`.
655655
A `CompositeHealthContributor` provides a composite of other `HealthContributors`.
656-
Taken together, contributor for a tree structure to represent the overall system heath.
656+
Taken together, contributors form a tree structure to represent the overall system health.
657657

658658
By default, the final system health is derived by a `StatusAggregator` which sorts the statuses from each `HealthIndicator` based on an ordered list of statuses.
659659
The first status in the sorted list is used as the overall health status.

0 commit comments

Comments
 (0)