소스 검색

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski 5 년 전
부모
커밋
270a0f9365
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js

+ 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' },