Skip to content

Commit c760f57

Browse files
committed
typo
1 parent b5a5579 commit c760f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemaHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class SchemaHandler {
8585
return modelSchema;
8686
});
8787

88-
this.logger.verbose(`convering model: ${model.name}`);
88+
this.logger.verbose(`converting model: ${model.name}`);
8989
const convertedSchemas = SchemaConvertor.convert(
9090
dereferencedSchema,
9191
modelName

0 commit comments

Comments
 (0)