Browse Source

API docs fixes.

Maciej Bukowski 8 years ago
parent
commit
bc98876c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-clipboard/src/clipboard.js

+ 1 - 1
packages/ckeditor5-clipboard/src/clipboard.js

@@ -88,7 +88,7 @@ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/html
  *
  * The default action is to:
  *
- * 1. {@link module:engine/controller/datacontroller~DataController#getSelectedContent get selected content} from the editor,
+ * 1. {@link module:engine/model/model~Model#getSelectedContent get selected content} from the editor,
  * 2. prevent the default action of the native `copy` or `cut` event,
  * 3. fire {@link module:engine/view/document~Document#event:clipboardOutput} with a clone of the selected content
  * converted to a {@link module:engine/view/documentfragment~DocumentFragment view document fragment}.