Explorar o código

Docs: Fixed incorrect extends ref.

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
f538aafb30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
 	/**