浏览代码

Docs: Fixed member docs string.

Piotrek Koszuliński 8 年之前
父节点
当前提交
a169ace79e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/editor/editor.js

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

@@ -47,7 +47,7 @@ export default class Editor {
 		 * The plugins loaded and in use by this editor instance.
 		 *
 		 * @readonly
-		 * @member {module:core/plugin~PluginCollection}
+		 * @member {module:core/plugincollection~PluginCollection}
 		 */
 		this.plugins = new PluginCollection( this, availablePlugins );