瀏覽代碼

Fix line length.

Maciej Gołaszewski 6 年之前
父節點
當前提交
d456883bd2
共有 1 個文件被更改,包括 2 次插入1 次删除
  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}
 	 */