From 1cff723af0d02e5375adaa86a5123ab9a6f7e422 Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 17 Apr 2026 11:07:28 +0800 Subject: [PATCH] docs: fix res.download typo --- _includes/api/en/3x/res-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/api/en/3x/res-download.md b/_includes/api/en/3x/res-download.md index 43d48f769d..21f9a45dc6 100644 --- a/_includes/api/en/3x/res-download.md +++ b/_includes/api/en/3x/res-download.md @@ -3,7 +3,7 @@ Transfer the file at `path` as an "attachment", typically browsers will prompt the user for download. The Content-Disposition "filename=" parameter, aka the one -that will appear in the brower dialog is set to `path` +that will appear in the browser dialog is set to `path` by default, however you may provide an override `filename`. When an error has ocurred or transfer is complete the optional