diff --git a/reference/session/upload-progress.xml b/reference/session/upload-progress.xml
index e663ece680..f9468843fc 100644
--- a/reference/session/upload-progress.xml
+++ b/reference/session/upload-progress.xml
@@ -11,7 +11,7 @@
individual files being uploaded.
This information isn't particularly useful for the actual upload request
itself, but during the file upload an application can send an POST request
- to a seperate endpoint (via XHR for example) to check the
+ to a separate endpoint (via XHR for example) to check the
status.
@@ -41,7 +41,7 @@ var_dump($_SESSION[$key]);
It is also possible to cancel the currently in-progress file
upload, by setting the $_SESSION[$key]["cancel_upload"] key to
- true.
+ &true;.
When uploading multiple files in the same request, this will only cancel the
currently in-progress file upload, and pending file uploads, but will not
remove successfully completed uploads.
@@ -76,7 +76,7 @@ var_dump($_SESSION[$key]);
]]>
- The data stored in the session will looks like this:
+ The data stored in the session will look like this: