Răsfoiți Sursa

Update tests/tablecellproperties/commands/tablecellborderstylecommand.js

Aleksander Nowodzinski 5 ani în urmă
părinte
comite
d74f6621a8

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

@@ -168,7 +168,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be set if all table cell has the same borderStyle property value', () => {
+					it( 'should be set if all table cells have the same "borderStyle" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderStyle: 'solid' },