From b7e78fb10b2585a954f94179e8c5506e0edcad88 Mon Sep 17 00:00:00 2001 From: ksko1 Date: Tue, 21 Jul 2026 16:42:37 +0900 Subject: [PATCH] Fix typo in CONTRIBUTING.adoc agreement statement aggree -> agree Signed-off-by: ksko1 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 70877121a..a2862e1de 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,5 +1,5 @@ = Contributing to Spring Modulith -* As a contributor to this project you aggree to follow the Spring Project https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md[code of conduct]. +* As a contributor to this project you agree to follow the Spring Project https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md[code of conduct]. * All commits must include a __Signed-off-by__ trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin. For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring].