Piotrek Koszuliński пре 9 година
родитељ
комит
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 {
 	/**