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

elharo pushed a commit to branch elharo-patch-3
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit ec988087cc109344ada47798f67ff170dd78d433
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Oct 23 17:06:04 2022 +0000

    an --> a
    
    @michael-o  Minor type fix
---
 src/site/apt/usage.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 0fe94ea8..f3a9e62b 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -147,7 +147,7 @@ mvn javadoc:test-aggregate-jar
 +-----+
 
  [<<<mvn site>>>] It will generate the Javadoc for public members (defined in 
\<reporting/\>) using the given
- stylesheet (defined in \<reporting/\>), and with an help page (default value 
for
+ stylesheet (defined in \<reporting/\>), and with a help page (default value 
for
  {{{./javadoc-mojo.html#nohelp}nohelp}} is true).
 
  [<<<mvn javadoc:javadoc>>>] It will generate the Javadoc for private members 
(defined in \<build/\>) using the

Reply via email to