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
0765398ce4
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

@@ -25,7 +25,7 @@ import Collection from '@ckeditor/ckeditor5-utils/src/collection';
  *		multiCommand.registerChildCommand( commandFoo );
  *		multiCommand.registerChildCommand( commandBar );
  *
- *		// Enable one of commands
+ *		// Enable one of the commands.
  *		commandBar.isEnabled = true;
  *
  *		multiCommand.execute(); // Will execute commandBar.