Skip to content

Commit 64809ce

Browse files
authored
Fixing a small typo (SpringFox, not SpringDoc) (#819)
1 parent 56fd87b commit 64809ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/springdoc/ApiInfoBuilderToInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public String getDisplayName() {
3939

4040
@Override
4141
public String getDescription() {
42-
return "Migrate SpringDoc's `ApiInfoBuilder` to Swagger's `Info`.";
42+
return "Migrate SpringFox's `ApiInfoBuilder` to Swagger's `Info`.";
4343
}
4444

4545

0 commit comments

Comments
 (0)