Szymon Cofalik пре 9 година
родитељ
комит
84ffe92015
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-engine/src/editor.js

+ 1 - 1
packages/ckeditor5-engine/src/editor.js

@@ -43,7 +43,7 @@ export default class Editor {
 		/**
 		 * Holds all configurations specific to this editor instance.
 		 *
-		 * This instance of the {@link core.Config} class is customized so its {@link core.Config#get} method will retrieve
+		 * This instance of the {@link utils.Config} class is customized so its {@link utils.Config#get} method will retrieve
 		 * global configurations available in {@link CKEDITOR.config} if configurations are not found in the
 		 * instance itself.
 		 *