Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 11, 2023
1 parent 5e8c12e commit db5ff77
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 @@ -158,7 +158,7 @@ Errors are thrown in the following cases:
- Directive key does not compliant with
[`<directive-name>`](https://w3c.github.io/webappsec-csp/#grammardef-directive-name)
- Directive value does not compliant with
[<`VCHAR`> without ";" and ","](https://w3c.github.io/webappsec-csp/#grammardef-directive-value)
[`<VCHAR>` without ";" and ","](https://w3c.github.io/webappsec-csp/#grammardef-directive-value)
- Directive values has a duplicate value

```ts
Expand Down

0 comments on commit db5ff77

Please sign in to comment.