Skip to content

Commit e65cb48

Browse files
docs: comment update
1 parent cd10d70 commit e65cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/file-upload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This can be used in conjunction with the `FileInterceptor` as follows:
6565
@UseInterceptors(FileInterceptor('file'))
6666
uploadFileAndValidate(@UploadedFile(
6767
new FileSizeValidationPipe(),
68-
// all other validators here
68+
// other pipes can be added here
6969
) file: Express.Multer.File, ) {
7070
return file;
7171
}

0 commit comments

Comments
 (0)