浏览代码

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 */