Skip to content

Commit

Permalink
fix: fix spelling in error message (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
localstatic authored and RomanHotsiy committed Apr 17, 2018
1 parent 1aa7d5d commit 64119c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/OpenAPIParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class OpenAPIParser {
receiver.type !== undefined &&
subSchema.type !== undefined
) {
throw new Error(`Uncopatible types in allOf at "${$ref}"`);
throw new Error(`Incompatible types in allOf at "${$ref}"`);
}

if (subSchema.type !== undefined) {
Expand Down

0 comments on commit 64119c4

Please sign in to comment.