Skip to content

Commit ccc3664

Browse files
Merge pull request #2456 from Flightkick/feature/fix-typo-file-upload-multiple-fields
docs(file-upload): Fix typo Multiple Fields.
2 parents 5c3b7af + 4040261 commit ccc3664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ uploadFile(files) {
183183
184184
#### Multiple files
185185

186-
To upload multiple fields (all with different field name keys), use the `FileFieldsInterceptor()` decorator. This decorator takes two arguments:
186+
To upload multiple files (all with different field name keys), use the `FileFieldsInterceptor()` decorator. This decorator takes two arguments:
187187

188188
- `uploadedFields`: an array of objects, where each object specifies a required `name` property with a string value specifying a field name, as described above, and an optional `maxCount` property, as described above
189189
- `options`: optional `MulterOptions` object, as described above

0 commit comments

Comments
 (0)