Explorar o código

Update src/multicommand.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej %!s(int64=6) %!d(string=hai) anos
pai
achega
191372212b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
  *