8
0
Quellcode durchsuchen

Update tests/commands/selectrowcommand.js

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

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

@@ -41,7 +41,7 @@ describe( 'SelectRowCommand', () => {
 			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' ],