This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 74d4552  Fix typo with respect to Velocity template
74d4552 is described below

commit 74d4552392c84fdd86f70efcccb5d8bb1445596f
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Dec 1 19:44:14 2025 +0100

    Fix typo with respect to Velocity template
    
    eventually -> optionally as Velocity is optional and happens in advance
    to the actual processing of the Doxia source files.
---
 doxia-site-renderer/src/site/apt/index.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doxia-site-renderer/src/site/apt/index.apt.vm 
b/doxia-site-renderer/src/site/apt/index.apt.vm
index edf1c0f..e97abd6 100644
--- a/doxia-site-renderer/src/site/apt/index.apt.vm
+++ b/doxia-site-renderer/src/site/apt/index.apt.vm
@@ -34,8 +34,8 @@ Doxia Sitetools - Site Renderer
 
   Documents can be dynamically generated with 
{{{/doxia/doxia/doxia-sink-api/}Doxia Sink API}}, like Maven reports,
   or simply read from static files written in 
{{{/doxia/references/index.html}markup supported by Doxia Parsers}},
-  eventually processed by 
{{{https://velocity.apache.org/engine/${velocityEngineVersion}/}Velocity}}
-  if their file names end in <<<.vm>>>.
+  optionally preprocessed by 
{{{https://velocity.apache.org/engine/${velocityEngineVersion}/}Velocity}}
+  if their file names end with <<<.vm>>>.
 
 [doxia-site-renderer.png]
 

Reply via email to