8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
45981d2480
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/tests/command/helpers/getschemavalidranges.js

+ 1 - 1
packages/ckeditor5-core/tests/command/helpers/getschemavalidranges.js

@@ -42,7 +42,7 @@ describe( 'getSchemaValidRanges', () => {
 		expect( getSchemaValidRanges( attribute, ranges, schema ) ).to.deep.equal( ranges );
 		expect( getSchemaValidRanges( attribute, ranges, schema ) ).to.deep.equal( ranges );
 	} );
 	} );
 
 
-	it( 'should return two ranges when attribute is not allowed in one item', () => {
+	it( 'should return two ranges when attribute is not allowed on one item', () => {
 		schema.allow( { name: 'img', attributes: 'bold', inside: 'p' } );
 		schema.allow( { name: 'img', attributes: 'bold', inside: 'p' } );
 		schema.allow( { name: '$text', inside: 'img' } );
 		schema.allow( { name: '$text', inside: 'img' } );