Skip to content

Commit 4c0cf8f

Browse files
committed
Merge pull request #18187 from wonwoo
* pr/18187: Fix typo in javadoc Closes gh-18187
2 parents 0074a7c + b321dac commit 4c0cf8f

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)