]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in docs (#2179)
authorAmmar Asmro <ammarasmaro@gmail.com>
Thu, 5 Nov 2020 22:42:07 +0000 (17:42 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 22:42:07 +0000 (23:42 +0100)
docs/en/docs/tutorial/request-files.md

index 3bdf8d0022bdd495b6dd6e5b911171a88a48be59..1619d6d2a7ec9a4e9c4dd97bfad61b255e976fd3 100644 (file)
@@ -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`