diff --git a/docs/docs/en.md b/docs/docs/en.md
index ee2175c..6903388 100644
--- a/docs/docs/en.md
+++ b/docs/docs/en.md
@@ -139,7 +139,7 @@ This process is divided in three phases: start, upload<
#### start
-This is the first phase of the process. We'll tell the backend that we are going to upload a file, with certain `size` and `mime_type`.
+This is the first phase of the process. We'll tell the backend that we are going to upload a file, with certain `size`, `name` and `mime_type`.
Use the option `startBody` to add more parameters to the body of this request.
diff --git a/src/chunk/ChunkUploadHandler.js b/src/chunk/ChunkUploadHandler.js
index 97f21de..13cc192 100644
--- a/src/chunk/ChunkUploadHandler.js
+++ b/src/chunk/ChunkUploadHandler.js
@@ -45,7 +45,7 @@ export default class ChunkUploadHandler {
}
/**
- * Gets the file size
+ * Gets the file name
*/
get fileName () {
return this.file.name