Skip to content

Commit 87334ce

Browse files
committed
Fix typos in Readme
Fixes #46
1 parent 2a10f6f commit 87334ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ Changes for test runtime (`:test`):
125125
## Whitebox Test
126126

127127
Changes for test compilation (`:compileTestJava`):
128-
- Normally, Gradle would not use the Module Path, as there is no `moudle-info.java` in the source set
128+
- Normally, Gradle would not use the Module Path, as there is no `module-info.java` in the source set
129129
- Now, a Module Path is computed for the compilation.
130130
Using `--patch-module`, the test classes are compiled as an addition to the main module.
131131

132132
Changes for test runtime (`:test`):
133-
- Normally, Gradle would not run its test runner as Module, as there is no `moudle-info.class` as part of the compiled tests.
133+
- Normally, Gradle would not run its test runner as Module, as there is no `module-info.class` as part of the compiled tests.
134134
- Now, the main and test classes are both used as locations for test discovery.
135-
By this, Gradle will find the `moudle-info.class` of the main module for the tests.
135+
By this, Gradle will find the `module-info.class` of the main module for the tests.
136136
Using `--patch-module`, _main classes_, _main resources_, _test classes_, and _test resources_ folders are all merged to be treated as one module during test runtime.
137137

138138
# Disclaimer

0 commit comments

Comments
 (0)