From ea9a1a8012beab1bf38d99cf3eaa0e96f7f3624f Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sat, 14 Jun 2025 17:47:45 +0700 Subject: [PATCH] Fix typo Signed-off-by: Tran Ngoc Nhan --- docs/modules/ROOT/partials/contributing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/contributing.adoc b/docs/modules/ROOT/partials/contributing.adoc index 92e18ab4..f47d4f46 100644 --- a/docs/modules/ROOT/partials/contributing.adoc +++ b/docs/modules/ROOT/partials/contributing.adoc @@ -109,7 +109,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ----