浏览代码

Tests (clipboard): Minor rewording.

Marek Lewandowski 5 年之前
父节点
当前提交
e9a0268805
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-clipboard/tests/clipboard.js

+ 1 - 1
packages/ckeditor5-clipboard/tests/clipboard.js

@@ -500,7 +500,7 @@ describe( 'Clipboard feature', () => {
 					'<$text bold="true">text.</$text></paragraph>' );
 					'<$text bold="true">text.</$text></paragraph>' );
 			} );
 			} );
 
 
-			it( 'should work if insertContent event is cancelled', () => {
+			it( 'should work if the insertContent event is cancelled', () => {
 				// (#7887).
 				// (#7887).
 				setModelData( model, '<paragraph><$text bold="true">Bolded []text.</$text></paragraph>' );
 				setModelData( model, '<paragraph><$text bold="true">Bolded []text.</$text></paragraph>' );