Przeglądaj źródła

Docs: Minor API docs adjustments.

Marek Lewandowski 6 lat temu
rodzic
commit
411a2ec5d0

+ 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.
  *