From da96bafc2a9cb3726cef88d506562364022544c7 Mon Sep 17 00:00:00 2001 From: Cristopher <115337506+kitt51@users.noreply.github.com> Date: Sun, 12 Oct 2025 11:43:32 -0600 Subject: [PATCH] Fix typo in documentation: "Verifcation" -> "Verification" There was a tiny typo in ["Verifying Application Module Structure" docs](https://docs.spring.io/spring-modulith/reference/verification.html). Signed-off-by: Cristopher <115337506+kitt51@users.noreply.github.com> --- src/docs/antora/modules/ROOT/pages/verification.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/verification.adoc b/src/docs/antora/modules/ROOT/pages/verification.adoc index 081c5dfb..6f00a016 100644 --- a/src/docs/antora/modules/ROOT/pages/verification.adoc +++ b/src/docs/antora/modules/ROOT/pages/verification.adoc @@ -44,7 +44,7 @@ ApplicationModules.of(…) .throwIfPresent(); ---- -== Customizing the Verifcation +== Customizing the Verification As described xref:verification.adoc#verification[above], by default, both the `ApplicationModules.verify(…)` and `….detectViolations(…)` automatically perform additional verifications depending on the classpath configuration.