Selaa lähdekoodia

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 vuotta sitten
vanhempi
sitoutus
4bb9744134
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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' ],