소스 검색

Update tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js

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

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

@@ -57,7 +57,7 @@ describe( 'table cell properties', () => {
 				} );
 
 				describe( 'multi-cell selection', () => {
-					it( 'should be true is selection has table cells', () => {
+					it( 'should be true if the selection contains some table cells', () => {
 						setData( model, modelTable( [
 							[ { contents: '00', isSelected: true }, '01' ],
 							[ '10', { contents: '11', isSelected: true } ]