Skip to content

Commit 64119c4

Browse files
localstaticRomanHotsiy
authored andcommitted
fix: fix spelling in error message (#455)
1 parent 1aa7d5d commit 64119c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/OpenAPIParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class OpenAPIParser {
204204
receiver.type !== undefined &&
205205
subSchema.type !== undefined
206206
) {
207-
throw new Error(`Uncopatible types in allOf at "${$ref}"`);
207+
throw new Error(`Incompatible types in allOf at "${$ref}"`);
208208
}
209209

210210
if (subSchema.type !== undefined) {

0 commit comments

Comments
 (0)