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 6e4a9e0 commit 5e8c12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ const response = await middleware(request, handler);
assert(response.headers.has("content-security-policy-report-only"));
```

### Serializing error
### Serialization error

[CSP directives](#csp-directives) will serialize into string.

In Serializing, the directive name and directive value are validated based on
In Serialization, the directive name and directive value are validated based on
[ABNF](https://w3c.github.io/webappsec-csp/#framework-directives). If they are
invalid, an error may be thrown.

Expand Down

0 comments on commit 5e8c12e

Please sign in to comment.