Browse Source

Fixed API docs.

Piotrek Koszuliński 9 years ago
parent
commit
52c700cdd3
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

@@ -84,7 +84,7 @@ import HtmlDataProcessor from '../engine/dataprocessor/htmldataprocessor.js';
  * At this stage the copied/cut content can be processed by the features.
  *
  * @memberOf clipboard
- * @extends core.Feature
+ * @extends core.Plugin
  */
 export default class Clipboard extends Plugin {
 	/**