Skip to content

Commit 3f40f60

Browse files
FIX doc typo (#704)
Co-authored-by: Greg Oledzki <[email protected]>
1 parent 97e1692 commit 3f40f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/testing/assertj/SimplifyAssertJAssertion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String getDisplayName() {
6464

6565
@Override
6666
public String getDescription() {
67-
return "Simplify AssertJ assertions by replacing them with more expressiove dedicated assertions.";
67+
return "Simplify AssertJ assertions by replacing them with more expressive dedicated assertions.";
6868
}
6969

7070
@Override

0 commit comments

Comments
 (0)