Skip to content

Commit b321dac

Browse files
wonwoosnicoll
authored andcommitted
Fix typo in javadoc
See gh-18187
1 parent 0074a7c commit b321dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthEndpointGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface HealthEndpointGroup {
4343
boolean includeDetails(SecurityContext securityContext);
4444

4545
/**
46-
* Returns the status agreggator that should be used for this group.
46+
* Returns the status aggregator that should be used for this group.
4747
* @return the status aggregator for this group
4848
*/
4949
StatusAggregator getStatusAggregator();

0 commit comments

Comments
 (0)