Bläddra i källkod

Docs: Fix in docs.

Szymon Cofalik 6 år sedan
förälder
incheckning
fa58553428
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 ) {