Procházet zdrojové kódy

Update tests/tablecellproperties/commands/tablecellborderstylecommand.js

Aleksander Nowodzinski před 5 roky
rodič
revize
d65d2cd7b2

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

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