Polished
diff --git a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java
index 0312ded..a44e360 100644
--- a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java
+++ b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java
@@ -56,7 +56,7 @@
  *
  * - component-starter/readme.adoc
  *
- * to be up to date with all the component starters that Apache Camel Spring Boot ships.
+ * to be up-to-date with all the component starters that Apache Camel Spring Boot ships.
  */
 @Mojo(name = "update-doc-components-list", threadSafe = true)
 public class UpdateDocComponentsListMojo extends AbstractMojo {