mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
Typo s/IGNORRED/IGNORED
This commit is contained in:
parent
7809b5d282
commit
fb0defa04c
|
@ -208,7 +208,7 @@ class SchemaDereferencer {
|
|||
let keysCount = Object.keys(schema).length;
|
||||
if ( keysCount > 2 || (keysCount === 2 && !schema.description) ) {
|
||||
WarningsService.warn(`Other properties are defined at the same level as $ref at "#${pointer}". ` +
|
||||
'They are IGNORRED according to the JsonSchema spec');
|
||||
'They are IGNORED according to the JsonSchema spec');
|
||||
resolved.description = resolved.description || schema.description;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user