This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit c8ce62b1f2858ff25a3fb17eaa0541d8ba0af0fa Author: Jean Helou <[email protected]> AuthorDate: Thu Feb 26 09:00:23 2026 +0100 [devscout] fix typos --- docs/modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 7ecf93660..fe5d25d33 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -18,7 +18,7 @@ Documentation for each Apache James component is kept and versioned alongside th === Why Gradle? -Gralde allows us to autoamte the tasks that we do when publishing a website. +Gradle allows us to automate the tasks that we do when publishing a website. We write gradle tasks for building and publishing the website. We can run those tasks locally and inside our CI infrastructure: https://builds.apache.org[Apache Builds]. @@ -44,7 +44,7 @@ Even Gradle is downloaded and installed using the Gradle wrapper script. ---- -== How to customize the theme for the documentaion +== How to customize the theme for the documentation The documentation website is based on https://antora.org[Antora]. We have added https://gitlab.com/antora/antora-ui-default/[antora-ui-default] project as a git subtree under `antora-ui`. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
