Przeglądaj źródła

API docs fixes.

Maciej Bukowski 8 lat temu
rodzic
commit
e4e26c844c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-upload/src/utils.js

+ 1 - 1
packages/ckeditor5-upload/src/utils.js

@@ -29,7 +29,7 @@ export function isImageType( file ) {
  * position after this paragraph will be returned.
  * position after this paragraph will be returned.
  *
  *
  * Note: If selection is placed in an empty block, that block will be returned. If that position
  * Note: If selection is placed in an empty block, that block will be returned. If that position
- * is then passed to {@link module:engine/controller/datacontroller~DataController#insertContent}
+ * is then passed to {@link module:engine/model/model~Model#insertContent}
  * that block will be fully replaced by the image.
  * that block will be fully replaced by the image.
  *
  *
  * @param {module:engine/model/selection~Selection} selection Selection based on which the
  * @param {module:engine/model/selection~Selection} selection Selection based on which the