Преглед на файлове

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