8
0
Piotrek Koszuliński 9 rokov pred
rodič
commit
ed93526d78

+ 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 {
 	/**