Преглед изворни кода

Update tests/commands/selectcolumncommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski пре 5 година
родитељ
комит
ba7feee3db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-table/tests/commands/selectcolumncommand.js

+ 1 - 1
packages/ckeditor5-table/tests/commands/selectcolumncommand.js

@@ -41,7 +41,7 @@ describe( 'SelectColumnCommand', () => {
 			expect( command.isEnabled ).to.be.true;
 		} );
 
-		it( 'should be true if selection contains multiple cells', () => {
+		it( 'should be true if the selection contains multiple cells', () => {
 			setData( model, modelTable( [
 				[ '00', '01' ],
 				[ '10', '11' ],