Browse Source

✏ Fix typo in docs (#2179)

pull/2304/head
Ammar Asmro 4 years ago
committed by GitHub
parent
commit
b892b5e028
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/request-files.md

2
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`

Loading…
Cancel
Save