瀏覽代碼

Fixed API docs.

Piotrek Koszuliński 9 年之前
父節點
當前提交
9c946d2fbf
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-heading/src/heading.js
  2. 1 1
      packages/ckeditor5-heading/src/headingengine.js

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

@@ -17,7 +17,7 @@ import Collection from '../utils/collection.js';
  * to convert paragraphs into headings.
  *
  * @memberOf heading
- * @extends core.Feature
+ * @extends core.Plugin
  */
 export default class Heading extends Plugin {
 	/**

+ 1 - 1
packages/ckeditor5-heading/src/headingengine.js

@@ -21,7 +21,7 @@ const formats = [
  * This class represents the engine part of the heading feature. See also {@link heading.Heading}.
  *
  * @memberOf heading
- * @extends core.Feature
+ * @extends core.Plugin
  */
 export default class HeadingEngine extends Plugin {
 	/**