From a53c5a78a9f32aa9c6d69feef078bea274839c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Henrique=20H=C3=BCpner?= Date: Tue, 3 May 2022 13:09:37 -0300 Subject: [PATCH] Fix typo module --- plexus-java/src/site/markdown/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexus-java/src/site/markdown/usage.md b/plexus-java/src/site/markdown/usage.md index 0912d30..730ee23 100644 --- a/plexus-java/src/site/markdown/usage.md +++ b/plexus-java/src/site/markdown/usage.md @@ -7,7 +7,7 @@ You start by using `ResolvePathsRequest.ofXXX`, where XXX is either Files, Paths The `ResolvePathRequest` also contains: - * mainModuleDescriptor: the path or file of the main module descriptor, can either be `mdouel-info.java` or `module-info.class` + * mainModuleDescriptor: the path or file of the main module descriptor, can either be `module-info.java` or `module-info.class` * additionalModules: the modules that will be addedusing `-add-modules` @@ -37,4 +37,4 @@ Additional features: * `JavaVersion.JAVA_SPECIFICATION_VERSION` represents `System.getProperty( "java.specification.version" )` - * `JavaVersion.JAVA_VERSION` represents `System.getProperty( "java.version" )` \ No newline at end of file + * `JavaVersion.JAVA_VERSION` represents `System.getProperty( "java.version" )`