Bladeren bron

Update tests/tablecellproperties/commands/tablecellwidthcommand.js

Aleksander Nowodzinski 5 jaren geleden
bovenliggende
commit
626b22be81

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

@@ -57,7 +57,7 @@ describe( 'table cell properties', () => {
 				} );
 
 				describe( 'multi-cell selection', () => {
-					it( 'should be true is selection has table cells', () => {
+					it( 'should be true if the selection contains some table cells', () => {
 						setData( model, modelTable( [
 							[ { contents: '00', isSelected: true }, '01' ],
 							[ '10', { contents: '11', isSelected: true } ]