From b86bd40dae61b2353dfe46e105ccd30347d6dc11 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sat, 7 Oct 2023 19:38:18 +0200 Subject: [PATCH] doc: switch to English MDN page Documentation is written in English, stick to also English MDN to be consistent. --- docs/source/examples/handling_http_requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/handling_http_requests.rst b/docs/source/examples/handling_http_requests.rst index a538428..8edc23a 100644 --- a/docs/source/examples/handling_http_requests.rst +++ b/docs/source/examples/handling_http_requests.rst @@ -54,7 +54,7 @@ Testing with :program:`curl`: .. note:: You can read more about the ``X-Content-Type-Options: nosniff`` header `here - `_. + `_. Upload Files