diff --git a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java index 040e90f06a..d546b9a5fe 100644 --- a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java +++ b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java @@ -40,7 +40,7 @@ import org.springframework.core.Ordered; /** * A base class that lets plugin authors easily add additional BOMs to all apps. All the - * dependencies in the BOM (and it's transitives) will be added to the dependency + * dependencies in the BOM (and its transitives) will be added to the dependency * management lookup, so an app can use just the artifact id (e.g. "spring-jdbc") in a * {@code @Grab}. To install, implement the missing methods and list the class in * {@code META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation}