8
0
Просмотр исходного кода

Docs: Minor API docs adjustments.

Marek Lewandowski 6 лет назад
Родитель
Сommit
411a2ec5d0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-remove-format/src/removeformat.js

+ 2 - 2
packages/ckeditor5-remove-format/src/removeformat.js

@@ -15,8 +15,8 @@ import RemoveFormatEditing from './removeformatediting';
 /**
  * The remove format plugin.
  *
- * This is a "glue" plugin which loads the {@link module:remove-format/removeformatediting~RemoveFormatEditing editing}
- * and the {@link module:remove-format/removeformatui~RemoveFormatUI UI}.
+ * This is a "glue" plugin which loads the {@link module:remove-format/removeformatediting~RemoveFormatEditing}
+ * and {@link module:remove-format/removeformatui~RemoveFormatUI} plugins.
  *
  * For a detailed overview, check out the {@glink features/remove-format remove format} feature documentation.
  *