diff --git a/docs/dev/api/error-reporting.md b/docs/dev/api/error-reporting.md
index 585a5a3d13..50e5bb6230 100644
--- a/docs/dev/api/error-reporting.md
+++ b/docs/dev/api/error-reporting.md
@@ -211,7 +211,7 @@ This APIs below are intended for hosted Backtrace instances. If you are an on-pr
https://submit.backtrace.io/{subdomain}/{apiToken}/{format}
-H "Expect:" to override some default curl behavior, which can cause issues when uploading to Backtrace.
+Submits Error Object to Backtrace. For large files, include the header flag -H "Expect:" to override some default curl behavior, which can cause issues when uploading to Backtrace.
_rxid, which is the unique identi
-Submits debug symbol files to Backtrace. The symbol archive must contain both the executable and symbol files for proper symbolication. Any archive format supported by libarchive 3.2.3 is supported, such as .tar, .tar.gz, .zip. Archives should be pre-compressed and should not exceed 10GB in size, where possible.
+Submits debug symbol files to Backtrace. The symbol archive must contain both the executable and symbol files for proper symbolication. Any archive format supported by libarchive 3.2.3 is supported, such as .tar, .tar.gz, .zip. Archives should be pre-compressed and should not exceed 10GB in size, where possible.
_rxid, which is the unique identi
-Upload source maps to symbolicate ES6/JavaScript errors.
+Upload source maps to symbolicate ES6/JavaScript errors.
#### Parameters