Преглед изворни кода

Docs: Minor API docs adjustments.

Marek Lewandowski пре 6 година
родитељ
комит
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.
  *