Преглед на файлове

Update tests/tablecellproperties/commands/tablecellwidthcommand.js

Aleksander Nowodzinski преди 5 години
родител
ревизия
26859ce966
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellwidthcommand.js

+ 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 },