8
0
Szymon Kupś 8 лет назад
Родитель
Сommit
aae1463d32

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

@@ -67,7 +67,7 @@ export default class FileRepository extends Plugin {
 		/**
 		/**
 		 * Number of total bytes to upload.
 		 * Number of total bytes to upload.
 		 * It might be different than the file size because of headers and additional data.
 		 * It might be different than the file size because of headers and additional data.
-		 * It contains `null` if value is not available yet, so it's better to use {@link #uploadPercent} to monitor
+		 * It contains `null` if value is not available yet, so it's better to use {@link #uploadedPercent} to monitor
 		 * the progress.
 		 * the progress.
 		 *
 		 *
 		 * @readonly
 		 * @readonly
@@ -317,7 +317,7 @@ class FileLoader {
 	}
 	}
 
 
 	/**
 	/**
-	 * Reads file using provided {@link module:upload/filereader~Adapter}.
+	 * Reads file using provided {@link module:upload/filerepository~Adapter}.
 	 * Throws {@link module:utils/ckeditorerror~CKEditorError CKEditorError} `filerepository-upload-wrong-status` when status
 	 * Throws {@link module:utils/ckeditorerror~CKEditorError CKEditorError} `filerepository-upload-wrong-status` when status
 	 * is different than `idle`.
 	 * is different than `idle`.
 	 * Example usage:
 	 * Example usage:

+ 1 - 1
packages/ckeditor5-upload/src/ui/filedialogbuttonview.js

@@ -29,7 +29,7 @@ export default class FileDialogButtonView extends ButtonView {
 		 * Hidden input view used to execute file dialog. It will be hidden and added to the end of `document.body`.
 		 * Hidden input view used to execute file dialog. It will be hidden and added to the end of `document.body`.
 		 *
 		 *
 		 * @protected
 		 * @protected
-		 * @member module:upload/ui/filedialogbuttonview~FileDialogButtonView #fileInputView
+		 * @member module:upload/ui/filedialogbuttonview~FileInputView #fileInputView
 		 */
 		 */
 		this.fileInputView = new FileInputView( locale );
 		this.fileInputView = new FileInputView( locale );