8
0
Quellcode durchsuchen

Update src/multicommand.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej vor 6 Jahren
Ursprung
Commit
71cb730c0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-core/src/multicommand.js

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

@@ -65,7 +65,7 @@ export default class MultiCommand extends Command {
 	}
 
 	/**
-	 * Registers a command as child command.
+	 * Registers a child command.
 	 *
 	 * @param {module:core/command~Command} command
 	 */