Skip to content

Commit 59b3d40

Browse files
authored
Fix typo module (#125)
1 parent 1089455 commit 59b3d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexus-java/src/site/markdown/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You start by using `ResolvePathsRequest.ofXXX`, where XXX is either Files, Paths
77

88
The `ResolvePathRequest` also contains:
99

10-
* mainModuleDescriptor: the path or file of the main module descriptor, can either be `mdouel-info.java` or `module-info.class`
10+
* mainModuleDescriptor: the path or file of the main module descriptor, can either be `module-info.java` or `module-info.class`
1111

1212
* additionalModules: the modules that will be addedusing `-add-modules`
1313

@@ -37,4 +37,4 @@ Additional features:
3737

3838
* `JavaVersion.JAVA_SPECIFICATION_VERSION` represents `System.getProperty( "java.specification.version" )`
3939

40-
* `JavaVersion.JAVA_VERSION` represents `System.getProperty( "java.version" )`
40+
* `JavaVersion.JAVA_VERSION` represents `System.getProperty( "java.version" )`

0 commit comments

Comments
 (0)