Browse Source

Fixed API docs.

Piotrek Koszuliński 9 years ago
parent
commit
ed93526d78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-autoformat/src/autoformat.js

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

@@ -44,7 +44,7 @@ import ItalicEngine from '../basic-styles/italicengine.js';
  * * `*foo bar*` or `_foo bar_` – will italicize the text,
  * * `*foo bar*` or `_foo bar_` – will italicize the text,
  *
  *
  * @memberOf autoformat
  * @memberOf autoformat
- * @extends core.Feature
+ * @extends core.Plugin
  */
  */
 export default class Autoformat extends Plugin {
 export default class Autoformat extends Plugin {
 	/**
 	/**