Browse Source

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 years ago
parent
commit
62ff588169
1 changed files with 1 additions and 1 deletions
  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' ]