Ver Fonte

Update tests/tablecellproperties/commands/tablecellpaddingcommand.js

Aleksander Nowodzinski há 6 anos atrás
pai
commit
e727e8bf00

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

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