浏览代码

Merge branch 'master' into i/6049

Maciej Gołaszewski 5 年之前
父节点
当前提交
4bdaf656b4
共有 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