瀏覽代碼

Update tests/commands/selectrowcommand.js

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