浏览代码

Update tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js

Aleksander Nowodzinski 5 年之前
父节点
当前提交
df2128162d

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

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