Explorar el Código

Update tests/tablecellproperties/commands/tablecellwidthcommand.js

Aleksander Nowodzinski hace 5 años
padre
commit
26859ce966

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

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