Преглед изворни кода

Update src/multicommand.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej пре 6 година
родитељ
комит
0765398ce4
1 измењених фајлова са 1 додато и 1 уклоњено
  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.