Przeglądaj źródła

Fixed API docs.

Piotrek Koszuliński 9 lat temu
rodzic
commit
9c946d2fbf

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