Skip to content

Commit 74a3a88

Browse files
Fix typo in KotlinClientCodegen.java user-visible error message (#17674)
1 parent 659e21a commit 74a3a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ private void processJvmSpringWebClientLibrary(final String infrastructureFolder)
771771

772772
private void processJvmSpringRestClientLibrary(final String infrastructureFolder) {
773773
if (additionalProperties.getOrDefault(USE_SPRING_BOOT3, false).equals(false)) {
774-
throw new RuntimeException("This library muse use spring boot 3. Try adding '--additional-properties useSpringBoot3=true' to your command.");
774+
throw new RuntimeException("This library must use Spring Boot 3. Try adding '--additional-properties useSpringBoot3=true' to your command.");
775775
}
776776

777777
proccessJvmSpring(infrastructureFolder);

0 commit comments

Comments
 (0)