瀏覽代碼

Update tests/commands/selectrowcommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 年之前
父節點
當前提交
9b552cd0fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;