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

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

commit 470dc90ce0152c9e777fa60a9546e6568d990035
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 8 07:49:10 2026 -0500

    Fix typos
---
 maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md | 2 +-
 maven-plugin-testing-harness/src/site/markdown/getting-started/index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md 
b/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
index be42c91..d07c88c 100644
--- a/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
+++ b/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
@@ -37,7 +37,7 @@ public class MyMojo extends AbstractMojo {
 To test a Mojo in a multiproject area, you need to define several stubs, i.e. 
for the main test project and its modules.
 
 
-### Configure Mian project and create Stubs for the sub projects
+### Configure main project and create Stubs for the subprojects
 
 ```java
 import org.apache.maven.api.plugin.testing.MojoTest;
diff --git 
a/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md 
b/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
index 83506b5..8a25a53 100644
--- a/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
+++ b/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
@@ -112,7 +112,7 @@ class MyMojoTest {
 ```
 
 
-**Note**: By convention, projects for unit testing your should be in the test 
resources directory.
+**Note**: By convention, projects for unit testing should be in the test 
resources directory.
 
 #### Configuring `project-to-test` POM
 

Reply via email to