8
0
Pārlūkot izejas kodu

Update src/multicommand.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej 6 gadi atpakaļ
vecāks
revīzija
191372212b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-core/src/multicommand.js

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

@@ -14,7 +14,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 at least one of its registered child commands is enabled.
- * Whe executing multi command the first command that is enabled will be executed.
+ * When executing a multi-command the first command that is enabled will be executed.
  *
  *		const multiCommand = new MultiCommand( editor );
  *