diff --git a/content/techniques/file-upload.md b/content/techniques/file-upload.md index 4515763d72..96563a856c 100644 --- a/content/techniques/file-upload.md +++ b/content/techniques/file-upload.md @@ -85,7 +85,7 @@ As you can see, it's required to specify an array of file validators that will b
errorHttpStatusCode |
- The HTTP status code to be thrown in case **any** validator fails. Default is 400 (BAD REQUEST) |
+ The HTTP status code to be thrown in case any validator fails. Default is 400 (BAD REQUEST) |
exceptionFactory |