Szymon Cofalik преди 6 години
родител
ревизия
fa58553428
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/src/conversion/downcastdispatcher.js

+ 1 - 1
packages/ckeditor5-engine/src/conversion/downcastdispatcher.js

@@ -106,7 +106,7 @@ export default class DowncastDispatcher {
 	 * Creates a `DowncastDispatcher` instance.
 	 *
 	 * @see module:engine/conversion/downcastdispatcher~DowncastConversionApi
-	 * @param {Object} [conversionApi] Additional properties for interface that will be passed to events fired
+	 * @param {Object} conversionApi Additional properties for interface that will be passed to events fired
 	 * by `DowncastDispatcher`.
 	 */
 	constructor( conversionApi ) {