Browse Source

Update tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js

Aleksander Nowodzinski 6 years ago
parent
commit
2912f7cd71

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

@@ -143,7 +143,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be set if all table cell has the same horizontalAlignment property value', () => {
+					it( 'should be set if all table cells have the same "horizontalAlignment" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, horizontalAlignment: 'center' },