瀏覽代碼

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski 5 年之前
父節點
當前提交
270a0f9365

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.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 borderWidth property value', () => {
+					it( 'should be set if all table cells have the same "borderWidth" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderWidth: '1px' },