From 500e5c41ff54df3ce49c582b4a341c39c7d99d5b Mon Sep 17 00:00:00 2001 From: Storm Heg Date: Sat, 26 Mar 2022 22:34:50 +0100 Subject: [PATCH] Fix typo in api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 1d5b3f1b2..7cbf08718 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -60,7 +60,7 @@ The endpoints correctly serve the response header fields ``Content-Disposition`` and ``Content-Type`` to indicate the filename for download and the type of content of the document. -In order to download or preview the original document when an archied document is available, +In order to download or preview the original document when an archived document is available, supply the query parameter ``original=true``. .. hint::