We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa7d5d commit 64119c4Copy full SHA for 64119c4
src/services/OpenAPIParser.ts
@@ -204,7 +204,7 @@ export class OpenAPIParser {
204
receiver.type !== undefined &&
205
subSchema.type !== undefined
206
) {
207
- throw new Error(`Uncopatible types in allOf at "${$ref}"`);
+ throw new Error(`Incompatible types in allOf at "${$ref}"`);
208
}
209
210
if (subSchema.type !== undefined) {
0 commit comments