mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +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