mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
fix: fix spelling in error message (#455)
This commit is contained in:
parent
1aa7d5d279
commit
64119c44d4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user