Skip to content

Commit 25f48cb

Browse files
dreis2211snicoll
authored andcommitted
Fix typos in HealthEndpointGroupConfigurer
See gh-20628
1 parent cc1f7a9 commit 25f48cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface HealthEndpointGroupConfigurer {
4343
/**
4444
* Configure the {@link StatusAggregator} to use for this group.
4545
* <p>
46-
* If none set, this will default to the globalmy configured {@link StatusAggregator}.
46+
* If none set, this will default to the globally configured {@link StatusAggregator}.
4747
* @param statusAggregator the status aggregator
4848
* @return the configurer instance
4949
*/
@@ -52,22 +52,22 @@ public interface HealthEndpointGroupConfigurer {
5252
/**
5353
* Configure the {@link HttpCodeStatusMapper} to use for this group.
5454
* <p>
55-
* If none set, this will default to the globalmy configured
55+
* If none set, this will default to the globally configured
5656
* {@link HttpCodeStatusMapper}.
5757
* @param httpCodeStatusMapper the status code mapper
5858
* @return the configurer instance
5959
*/
6060
HealthEndpointGroupConfigurer httpCodeStatusMapper(HttpCodeStatusMapper httpCodeStatusMapper);
6161

6262
/**
63-
* Configure the {@link Show visbility option} for showing components of this group.
63+
* Configure the {@link Show visibility option} for showing components of this group.
6464
* @param showComponents the components visibility
6565
* @return the configurer instance
6666
*/
6767
HealthEndpointGroupConfigurer showComponents(Show showComponents);
6868

6969
/**
70-
* Configure the {@link Show visbility option} for showing details of this group.
70+
* Configure the {@link Show visibility option} for showing details of this group.
7171
* @param showDetails the details visibility
7272
* @return the configurer instance
7373
*/

0 commit comments

Comments
 (0)