Skip to content

Commit b24c6c4

Browse files
authored
Fix typos (#261)
1 parent 05df015 commit b24c6c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class MyMojo extends AbstractMojo {
3737
To test a Mojo in a multiproject area, you need to define several stubs, i.e. for the main test project and its modules.
3838

3939

40-
### Configure Mian project and create Stubs for the sub projects
40+
### Configure main project and create Stubs for the subprojects
4141

4242
```java
4343
import org.apache.maven.api.plugin.testing.MojoTest;

maven-plugin-testing-harness/src/site/markdown/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class MyMojoTest {
112112
```
113113

114114

115-
**Note**: By convention, projects for unit testing your should be in the test resources directory.
115+
**Note**: By convention, projects for unit testing should be in the test resources directory.
116116

117117
#### Configuring `project-to-test` POM
118118

0 commit comments

Comments
 (0)