8
0
فهرست منبع

Got rid of Feature class and renamed featureComponents.

Piotrek Koszuliński 9 سال پیش
والد
کامیت
c04497703c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-ui/src/componentfactory.js

+ 1 - 1
packages/ckeditor5-ui/src/componentfactory.js

@@ -11,7 +11,7 @@ import CKEditorError from '../utils/ckeditorerror.js';
  * Factories of specific UI components can be registered under their unique names. Registered
  * components can be later instantiated by providing the name of the component.
  *
- * The main use case for the component factory is the {@link ui.editorUI.EditorUI#featureComponents} factory.
+ * The main use case for the component factory is the {@link ui.editorUI.EditorUI#componentFactory} factory.
  *
  * @memberOf ui
  */