Parcourir la source

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski il y a 5 ans
Parent
commit
62ff588169
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-table/tests/commands/selectrowcommand.js

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

@@ -32,7 +32,7 @@ describe( 'SelectRowCommand', () => {
 	} );
 
 	describe( 'isEnabled', () => {
-		it( 'should be true if selection is inside table cell', () => {
+		it( 'should be true if the selection is inside table cell', () => {
 			setData( model, modelTable( [
 				[ '00[]', '01' ],
 				[ '10', '11' ]