소스 검색

Improved wording.

Piotrek Koszuliński 8 년 전
부모
커밋
cab9bf0f9e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-list/tests/listengine.js

+ 2 - 2
packages/ckeditor5-list/tests/listengine.js

@@ -2638,8 +2638,8 @@ describe( 'ListEngine', () => {
 	} );
 
 	describe( 'post fixer', () => {
-		it( 'should not trigger if change-to-fix is in transparent batch', () => {
-			// Note that the same example is also tested below in insert suite, however in non-transparent batch.
+		it( 'should not be triggered if change-to-fix is in a transparent batch', () => {
+			// Note that the same example is also tested below in the insert suite, however in a non-transparent batch.
 			const input =
 				'<listItem indent="0" type="bulleted">a</listItem>' +
 				'[]' +