Browse Source

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski 5 years ago
parent
commit
03b1232473

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

@@ -123,7 +123,7 @@ describe( 'table cell properties', () => {
 				} );
 
 				describe( 'multi-cell selection', () => {
-					it( 'should be undefined if no table cell has a borderWidth property', () => {
+					it( 'should be undefined if no table cells have the "borderWidth" property', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true },