瀏覽代碼

Docs: Fixed incorrect extends ref.

Piotrek Koszuliński 8 年之前
父節點
當前提交
f538aafb30
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {
 	/**