Skip to content

Commit

Permalink
mutlipart -> multipart (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken authored Mar 9, 2021
1 parent 6a34524 commit 9c85b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,7 @@ The processed payload format. The value must be one of:
values are presented as text while files are provided as streams. File streams from a
'multipart/form-data' upload will also have a `hapi` property containing the `filename` and
`headers` properties. Note that payload streams for multipart payloads are a synthetic interface
created on top of the entire mutlipart content loaded into memory. To avoid loading large
created on top of the entire multipart content loaded into memory. To avoid loading large
multipart payloads into memory, set [`parse`](#route.options.payload.parse) to `false` and handle
the multipart payload in the handler using a streaming parser (e.g. [**pez**](https://hapi.dev/family/pez/api)).

Expand Down

0 comments on commit 9c85b79

Please sign in to comment.