소스 검색

Docs fixes.

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