Skip to content

Commit 07c8fd5

Browse files
authored
Merge pull request #355 from is2ei/fix-typo
chore: fix typo Mulipart -> Multipart
2 parents d589d0a + f11b498 commit 07c8fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const runServer = async () => {
1818
sharedSchemaId: 'sharedId',
1919
throwFileSizeLimit: false,
2020
// stream should be of type streams.Readable
21-
// body should be of type fastifyMulipart.Record<string, BodyEntry>
21+
// body should be of type fastifyMultipart.Record<string, BodyEntry>
2222
onFile: (fieldName: string, stream: any, filename: string, encoding: string, mimetype: string, body: Record<string, any>) => {
2323
console.log(fieldName, stream, filename, encoding, mimetype, body)
2424
},

0 commit comments

Comments
 (0)