8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
ed93526d78
1 измененных файлов с 1 добавлено и 1 удалено
  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,
  *
  * @memberOf autoformat
- * @extends core.Feature
+ * @extends core.Plugin
  */
 export default class Autoformat extends Plugin {
 	/**