Skip to content

Commit 6b38c82

Browse files
committed
fixed typo
1 parent 4d804f5 commit 6b38c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/DefaultGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private void configureSwaggerInfo() {
223223
}
224224

225225
if (StringUtils.isEmpty(info.getDescription())) {
226-
// set a default description if none if provided
226+
// set a default description if none is provided
227227
config.additionalProperties().put("appDescription",
228228
"No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)");
229229
config.additionalProperties().put("unescapedAppDescription", "No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)");

0 commit comments

Comments
 (0)