diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java index 9e4dc1a2ad..c41f71d2f0 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java @@ -124,7 +124,7 @@ public class ConfigurationPropertiesBinderBuilder { /** * Build a {@link ConfigurationPropertiesBinder} based on the state of the builder, - * discovering the {@lik ConversionService} and {@link Validator} if necessary. + * discovering the {@link ConversionService} and {@link Validator} if necessary. * @return a {@link ConfigurationPropertiesBinder} */ public ConfigurationPropertiesBinder build() {