8
0
Просмотр исходного кода

Merge pull request #32 from ckeditor/t/ckeditor5/488

Other: Align feature class naming to a new scheme.
Szymon Cofalik 7 лет назад
Родитель
Сommit
1d2eda132a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-widget/docs/api/widget.md

+ 1 - 1
packages/ckeditor5-widget/docs/api/widget.md

@@ -17,7 +17,7 @@ Browse the API documentation of this package by using the module tree on the lef
 <info-box>
 	The widget API is proposed in a very different way than it was in CKEditor 4. It is just a set of utilities that allow you to implement typical object-like entities. Most of the work actually happens in the {@link api/engine engine} and this API's role is only to properly conduct the engine.
 
-	Therefore, this is just one of the ways how widgets can be proposed. This API can be expected to change (grow) and for now, the only available documentation is in the {@link module:image/image/imageengine~ImageEngine}'s code (which is the only widget API consumer at this stage).
+	Therefore, this is just one of the ways how widgets can be proposed. This API can be expected to change (grow) and for now, the only available documentation is in the {@link module:image/image/imageediting~ImageEditing}'s code (which is the only widget API consumer at this stage).
 </info-box>
 
 ## Installation