Explorar el Código

Minor docs improvements.

Oskar Wróbel hace 6 años
padre
commit
3202868173
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      packages/ckeditor5-remove-format/src/removeformatediting.js

+ 4 - 1
packages/ckeditor5-remove-format/src/removeformatediting.js

@@ -14,7 +14,7 @@ import RemoveFormatCommand from './removeformatcommand';
 /**
  * The remove format editing plugin.
  *
- * It registers the `'removeFormat'` command.
+ * It registers the {@link module:remove-format/removeformatcommand~RemoveFormatCommand removeFormat} command.
  *
  * @extends module:core/plugin~Plugin
  */
@@ -26,6 +26,9 @@ export default class RemoveFormatEditing extends Plugin {
 		return 'RemoveFormatEditing';
 	}
 
+	/**
+	 * @inheritDoc
+	 */
 	init() {
 		const editor = this.editor;