From dfb7687d0e786006c8f1f011911c90d8b575fc74 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Sun, 10 May 2026 18:40:26 -0700 Subject: [PATCH] docs: fix occured typo in ApplicationModules javadoc Signed-off-by: SAY-5 --- .../org/springframework/modulith/core/ApplicationModules.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 bfca6fdb9..4b4d626c4 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}.