Skip to content

Commit 1f23943

Browse files
committed
polish typo
1 parent 0419c8f commit 1f23943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class RunnerToExtension extends Recipe {
4242
List<String> runners;
4343

4444
@Option(displayName = "Extension",
45-
description = "The f8ully qualified class names of the JUnit Jupiter extension.",
45+
description = "The fully qualified class names of the JUnit Jupiter extension.",
4646
example = "org.springframework.test.context.junit.jupiter.SpringExtension")
4747
String extension;
4848

0 commit comments

Comments
 (0)