Skip to content

Commit 8ded42c

Browse files
committed
Use US spelling for "favor"
1 parent e41329b commit 8ded42c

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/CompositeHealthIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public CompositeHealthIndicator(HealthAggregator healthAggregator,
7373
* @param indicator the indicator
7474
* @throws IllegalStateException if an indicator with the given {@code name} is
7575
* already registered.
76-
* @deprecated since 2.1.0 in favour of
76+
* @deprecated since 2.1.0 in favor of
7777
* {@link HealthIndicatorRegistry#register(String, HealthIndicator)}
7878
*/
7979
@Deprecated

0 commit comments

Comments
 (0)