This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new a7ec25fb fix: grammar mistake
a7ec25fb is described below
commit a7ec25fb34cc00c0e006eabc222bbaf921462fb8
Author: Felix Seifert <[email protected]>
AuthorDate: Sun Jun 23 13:53:36 2024 +0200
fix: grammar mistake
`Problem` does not start with a vowel sound and requires `a` as an
indefinite article.
This closes #542
---
content/apt/guides/plugin/guide-java-plugin-development.apt.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
b/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
index 6fc40d85..5458b06f 100644
--- a/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
+++ b/content/apt/guides/plugin/guide-java-plugin-development.apt.vm
@@ -100,7 +100,7 @@ public class GreetingMojo extends AbstractMojo
* The annotation "<<<@Mojo>>>" is required and control how and
when the mojo is executed.
- * The <<<execute>>> method can throw
<<<org.apache.maven.plugin.MojoExecutionException>>> if an problem occurs.
+ * The <<<execute>>> method can throw
<<<org.apache.maven.plugin.MojoExecutionException>>> if a problem occurs.
Throwing this exception causes a <<<BUILD FAILURE>>> message to be
displayed.
* The <<<getLog>>> method (defined in <<<AbstractMojo>>>) returns a