8
0
فهرست منبع

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 );