|
|
@@ -13,7 +13,7 @@ import Collection from '@ckeditor/ckeditor5-utils/src/collection';
|
|
|
/**
|
|
|
* 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.
|
|
|
*
|
|
|
* const multiCommand = new MultiCommand( editor );
|