This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch maven-plugin-testing-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/maven-plugin-testing-3.x by
this push:
new b24c6c4 Fix typos (#261)
b24c6c4 is described below
commit b24c6c4e342bd33dc00b8091b7a5a8b71e4cabec
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 8 17:14:31 2026 -0500
Fix typos (#261)
---
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