Sfoglia il codice sorgente

Docs: Fixed incorrect extends ref.

Piotrek Koszuliński 8 anni fa
parent
commit
f538aafb30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-heading/src/headingengine.js

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

@@ -19,7 +19,7 @@ const defaultModelElement = 'paragraph';
  * The headings engine feature. It handles switching between block formats – headings and paragraph.
  * This class represents the engine part of the heading feature. See also {@link module:heading/heading~Heading}.
  *
- * @extends modules:core/plugin~Plugin
+ * @extends module:core/plugin~Plugin
  */
 export default class HeadingEngine extends Plugin {
 	/**