8
0
Pārlūkot izejas kodu

Update tests/tablecellproperties/commands/tablecellbordercolorcommand.js

Aleksander Nowodzinski 5 gadi atpakaļ
vecāks
revīzija
d91aac6eac

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js

@@ -138,7 +138,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be undefined if only some table cell has a borderColor property', () => {
+					it( 'should be undefined if only some table cells have the "borderColor" property', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderColor: '#f00' },