Skip to content

Commit 007776a

Browse files
committed
Merge pull request hapijs#2530 from elnaz/patch-1
Fixed typo in api docs
2 parents d7e94e8 + d8cf34f commit 007776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ following options:
21082108
values are presented as text while files are provided as streams. File streams from a
21092109
'multipart/form-data' upload will also have a property `hapi` containing `filename`
21102110
and `headers` properties.
2111-
- `'file'` - the incoming payload in written to temporary file in the directory
2111+
- `'file'` - the incoming payload is written to temporary file in the directory
21122112
specified by the server's `payload.uploads` settings. If the payload is
21132113
'multipart/form-data' and `parse` is `true`, fields values are presented as text
21142114
while files are saved. Note that it is the sole responsibility of the application to

0 commit comments

Comments
 (0)