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 ) {