Parcourir la source

Fix line length.

Maciej Gołaszewski il y a 6 ans
Parent
commit
d456883bd2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      packages/ckeditor5-upload/src/filerepository.js

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

@@ -401,7 +401,8 @@ class FileLoader {
 	}
 
 	/**
-	 * Returns the file data. To read its data, you need for first load the file by using the {@link module:upload/filerepository~FileLoader#read `read()`} method.
+	 * Returns the file data. To read its data, you need for first load the file
+	 * by using the {@link module:upload/filerepository~FileLoader#read `read()`} method.
 	 *
 	 * @type {File|undefined}
 	 */