Skip to content

Commit 8f3f353

Browse files
authored
Update README.md
1 parent cd77076 commit 8f3f353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileTypeChecker.Web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All validation attributes should be used over IFormFile interface and can be use
2626

2727
```c#
2828
[HttpPost("filesUpload")]
29-
public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFilarchiveFile)
29+
public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFile archiveFile)
3030
{
3131
// Some cool stuf here ...
3232
}

0 commit comments

Comments
 (0)