8
0
فهرست منبع

Improved docs.

Oskar Wróbel 8 سال پیش
والد
کامیت
edf19a44eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-paragraph/tests/paragraphcommand.js

+ 1 - 1
packages/ckeditor5-paragraph/tests/paragraphcommand.js

@@ -82,7 +82,7 @@ describe( 'ParagraphCommand', () => {
 			setData( model, '<paragraph>[foo]</paragraph><notBlock>foo</notBlock>' );
 			const element = document.getRoot().getChild( 1 );
 
-			// Purposely not putting it in `document.enqueueChanges` to update command manually.
+			// Purposely not putting it in `model.change` to update command manually.
 			document.selection.setRanges( [ Range.createIn( element ) ] );
 
 			expect( command.value ).to.be.true;