8
0
Quellcode durchsuchen

Update tests/commands/selectcolumncommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski vor 5 Jahren
Ursprung
Commit
311395a238
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-table/tests/commands/selectcolumncommand.js

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

@@ -56,7 +56,7 @@ describe( 'SelectColumnCommand', () => {
 			expect( command.isEnabled ).to.be.true;
 		} );
 
-		it( 'should be false if selection is outside a table', () => {
+		it( 'should be false if the selection is outside a table', () => {
 			setData( model, '<paragraph>11[]</paragraph>' );
 
 			expect( command.isEnabled ).to.be.false;