Explorar el Código

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski hace 5 años
padre
commit
8f36f9d550
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' ],