8
0
فهرست منبع

Code refactoring.

Aleksander Nowodzinski 9 سال پیش
والد
کامیت
9ff504535d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

+ 1 - 1
packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

@@ -83,7 +83,7 @@ export function imitateFeatures( editor ) {
 
 	fontListModel.on( 'execute', ( evtInfo, itemModel ) => {
 		/* global console */
-		console.log( 'List item executed', itemModel );
+		console.log( 'Font list item executed', itemModel );
 	} );
 
 	/* istanbul ignore next */