瀏覽代碼

Docs: Fixed a broken link.

Aleksander Nowodzinski 5 年之前
父節點
當前提交
a9e8a69aea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/tableproperties.js

+ 1 - 1
packages/ckeditor5-table/src/tableproperties.js

@@ -15,7 +15,7 @@ import TablePropertiesEditing from './tableproperties/tablepropertiesediting';
  * The table properties feature.
  *
  * This is a "glue" plugin which loads the
- * {@link module:table/tableproperties/tablepropertiesediting~TableCellPropertiesEditing table editing feature} and
+ * {@link module:table/tableproperties/tablepropertiesediting~TablePropertiesEditing table editing feature} and
  * table UI feature.
  *
  * @extends module:core/plugin~Plugin