Przeglądaj źródła

Docs: Minor wording improvement. [skip ci]

Piotrek Koszuliński 7 lat temu
rodzic
commit
891f3b9968

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

@@ -254,7 +254,8 @@ mix( FileRepository, ObservableMixin );
 
 
 /**
 /**
  * File loader class.
  * File loader class.
- * It is used to control the process of file reading and uploading using specified adapter.
+ *
+ * It is used to control the process of reading the file and uploading it using the specified upload adapter.
  */
  */
 class FileLoader {
 class FileLoader {
 	/**
 	/**