8
0
Quellcode durchsuchen

Update tests/tablecellproperties/commands/tablecellpaddingcommand.js

Aleksander Nowodzinski vor 5 Jahren
Ursprung
Commit
ca16c40fb3

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

@@ -138,7 +138,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be undefined if only some table cell has a padding property', () => {
+					it( 'should be undefined if only some table cells have the "padding" property', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, padding: '2em' },