Browse Source

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 years ago
parent
commit
9b552cd0fe
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

@@ -56,7 +56,7 @@ describe( 'SelectRowCommand', () => {
 			expect( command.isEnabled ).to.be.true;
 		} );
 
-		it( 'should be false if selection is outside a table', () => {
+		it( 'should be false if the selection is outside a table', () => {
 			setData( model, '<paragraph>11[]</paragraph>' );
 
 			expect( command.isEnabled ).to.be.false;