浏览代码

Update src/multicommand.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej 6 年之前
父节点
当前提交
58a6deb5b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/multicommand.js

+ 1 - 1
packages/ckeditor5-core/src/multicommand.js

@@ -13,7 +13,7 @@ import Collection from '@ckeditor/ckeditor5-utils/src/collection';
 /**
 /**
  * A CKEditor command that aggregates other commands.
  * A CKEditor command that aggregates other commands.
  *
  *
- * This command is used to proxy multiple commands. The multi command is enabled when one of its registered child commands is enabled.
+ * This command is used to proxy multiple commands. The multi-command is enabled when at least one of its registered child commands is enabled.
  * Whe executing multi command the first command that is enabled will be executed.
  * Whe executing multi command the first command that is enabled will be executed.
  *
  *
  *		const multiCommand = new MultiCommand( editor );
  *		const multiCommand = new MultiCommand( editor );