We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0419c8f commit 1f23943Copy full SHA for 1f23943
src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java
@@ -42,7 +42,7 @@ public class RunnerToExtension extends Recipe {
42
List<String> runners;
43
44
@Option(displayName = "Extension",
45
- description = "The f8ully qualified class names of the JUnit Jupiter extension.",
+ description = "The fully qualified class names of the JUnit Jupiter extension.",
46
example = "org.springframework.test.context.junit.jupiter.SpringExtension")
47
String extension;
48
0 commit comments