Explorar el Código

Docs: API docs corrections.

Krzysztof Krztoń hace 7 años
padre
commit
9db6de29cd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-upload/src/filerepository.js

+ 2 - 2
packages/ckeditor5-upload/src/filerepository.js

@@ -370,9 +370,9 @@ class FileLoader {
 	}
 	}
 
 
 	/**
 	/**
-	 * Returns a `Promise` which resolves to a `File` instance associated with this file loader.
+	 * A `Promise` which resolves to a `File` instance associated with this file loader.
 	 *
 	 *
-	 * @type {Promise.<File>}
+	 * @type {Promise.<File|null>}
 	 */
 	 */
 	get file() {
 	get file() {
 		if ( !this._filePromiseWrapper ) {
 		if ( !this._filePromiseWrapper ) {