瀏覽代碼

Fixed API docs.

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