瀏覽代碼

Fixed API docs.

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

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

@@ -12,7 +12,7 @@ import buildViewConverter from '../engine/conversion/buildviewconverter.js';
  * Introduces the `<paragraph>` element in the model which renders as a `<p>` element in the DOM and data.
  *
  * @memberOf paragraph
- * @extends core.Feature
+ * @extends core.Plugin
  */
 export default class Paragraph extends Plugin {
 	/**