Skip to content

Commit

Permalink
docs: fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored May 10, 2024
1 parent ecf8072 commit aba3152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Configures validation of files that should not be present on the client or serve
```ts
{
denyFiles?: {
client?: Array<string | RegExp>
client?: Array<string | RegExp>,
server?: Array<string | RegExp>
}
}
Expand Down

0 comments on commit aba3152

Please sign in to comment.