diff --git a/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java b/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java index 2251016f6d1..a06e55b4ed5 100644 --- a/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java +++ b/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java @@ -26,7 +26,7 @@ public interface IdGenerator { /** * Generate a unique ID for the given content. Note: some generator, such as the - * random generator might not dependant on or use the content parameters. + * random generator might not dependent on or use the content parameters. * @param contents the content to generate an ID for. * @return the generated ID. */