Skip to content

Commit

Permalink
Fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Nov 18, 2020
1 parent 8d2a41b commit 150d5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-to-v2/file-upload-and-download.md
Expand Up @@ -221,7 +221,7 @@ const file = ctx.request.body.files.profile;
| Property name | Type | Description |
| --- | --- | --- |
| `encoding` | `string` | Encoding type of the file |
| `filename` | `string|undefined` | Name of the file on the user's computer |
| `filename` | `string\|undefined` | Name of the file on the user's computer |
| `mimeType` | `string` | Mime type of the file |
| `path` | `string` | Path where the file has been saved. If the `saveTo` option was not provided, the value is an empty string. |
| `buffer` | `Buffer` | Buffer containing the entire file. If the `saveTo` option was provided, the value is an empty buffer. |

0 comments on commit 150d5a7

Please sign in to comment.