Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 23991a4

Browse files
authored
Merge pull request #32 from ckeditor/t/ckeditor5/488
Other: Align feature class naming to a new scheme.
2 parents c897101 + fa6be12 commit 23991a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/widget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Browse the API documentation of this package by using the module tree on the lef
1717
<info-box>
1818
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.
1919

20-
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).
20+
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).
2121
</info-box>
2222

2323
## Installation

0 commit comments

Comments
 (0)