瀏覽代碼

Update docs.

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 {
 	/**