Răsfoiți Sursa

Code refactoring.

Aleksander Nowodzinski 9 ani în urmă
părinte
comite
9ff504535d

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