mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Fix spelling in error message
This commit is contained in:
parent
1aa7d5d279
commit
e516714d5c
|
@ -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