소스 검색

Update tests/commands/selectcolumncommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 년 전
부모
커밋
3c04c334d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/tests/commands/selectcolumncommand.js

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

@@ -32,7 +32,7 @@ describe( 'SelectColumnCommand', () => {
 	} );
 
 	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' ]