Maciej Gołaszewski преди 6 години
родител
ревизия
d69ae283c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-indent/src/indentblockcommand.js

+ 1 - 1
packages/ckeditor5-indent/src/indentblockcommand.js

@@ -24,7 +24,7 @@ import first from '@ckeditor/ckeditor5-utils/src/first';
  *
  *		editor.execute( 'outdentBlock' );
  *
- * @extends module:core/plugin~Plugin
+ * @extends module:core/command~Command
  */
 export default class IndentBlockCommand extends Command {
 	/**