From 470dc90ce0152c9e777fa60a9546e6568d990035 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 8 Jan 2026 07:49:10 -0500 Subject: [PATCH] Fix typos --- .../src/site/markdown/examples/multiproject.md | 2 +- .../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