diff --git a/spring-modulith-core/src/main/java/org/springframework/modulith/core/ApplicationModules.java b/spring-modulith-core/src/main/java/org/springframework/modulith/core/ApplicationModules.java index bfca6fdb..4b4d626c 100644 --- a/spring-modulith-core/src/main/java/org/springframework/modulith/core/ApplicationModules.java +++ b/spring-modulith-core/src/main/java/org/springframework/modulith/core/ApplicationModules.java @@ -458,7 +458,7 @@ public ApplicationModules verify(VerificationOptions options) { } /** - * Executes all verifications to be applied and returns {@link Violations} if any occured. Will always execute the + * Executes all verifications to be applied and returns {@link Violations} if any occurred. Will always execute the * verifications in contrast to {@link #verify()} which just runs once. * * @return will never be {@literal null}. @@ -470,7 +470,7 @@ public Violations detectViolations() { /** * Executes all verifications to be applied considering the given {@link VerificationOptions} and returns - * {@link Violations} if any occured. Will always execute the verifications in contrast to {@link #verify()} which + * {@link Violations} if any occurred. Will always execute the verifications in contrast to {@link #verify()} which * just runs once. * * @return will never be {@literal null}.