From b892b5e028ccc784481467496bd069663b9c6fa9 Mon Sep 17 00:00:00 2001 From: Ammar Asmro Date: Thu, 5 Nov 2020 17:42:07 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typo=20in=20docs=20(#2179)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/request-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/request-files.md b/docs/en/docs/tutorial/request-files.md index 3bdf8d002..1619d6d2a 100644 --- a/docs/en/docs/tutorial/request-files.md +++ b/docs/en/docs/tutorial/request-files.md @@ -39,7 +39,7 @@ If you declare the type of your *path operation function* parameter as `bytes`, Have in mind that this means that the whole contents will be stored in memory. This will work well for small files. -But there are several cases in where you might benefit from using `UploadFile`. +But there are several cases in which you might benefit from using `UploadFile`. ## `File` parameters with `UploadFile`