Skip to content

Commit

Permalink
docs(file-upload): fix bold text
Browse files Browse the repository at this point in the history
fix bold text by changing it to html tag
  • Loading branch information
thiagomini authored Jun 22, 2022
1 parent ccead65 commit 337a727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/techniques/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ As you can see, it's required to specify an array of file validators that will b
<table>
<tr>
<td><code>errorHttpStatusCode</code></td>
<td>The HTTP status code to be thrown in case **any** validator fails. Default is <code>400</code> (BAD REQUEST)</td>
<td>The HTTP status code to be thrown in case <b>any</b> validator fails. Default is <code>400</code> (BAD REQUEST)</td>
</tr>
<tr>
<td><code>exceptionFactory</code></td>
Expand Down

0 comments on commit 337a727

Please sign in to comment.