You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -653,7 +653,7 @@ Spring Boot includes a number of auto-configured `HealthContributors` and you ca
653
653
A `HealthContributor` can either be a `HealthIndicator` or a `CompositeHealthContributor`.
654
654
A `HealthIndicator` provides actual health information, including a `Status`.
655
655
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.
657
657
658
658
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.
659
659
The first status in the sorted list is used as the overall health status.
0 commit comments