8
0
Просмотр исходного кода

Docs: Minor wording improvement. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
891f3b9968
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-upload/src/filerepository.js

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

@@ -254,7 +254,8 @@ mix( FileRepository, ObservableMixin );
 
 /**
  * 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 {
 	/**