Skip to content

Commit 08457d1

Browse files
authored
fix: typo in docs (#56)
1 parent 4995cfe commit 08457d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# PR Title
2-
31
## Key Changes
42

53
- Change 1

apps/docs/pages/guides/spa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default defineConfig({
8989

9090
### Caveats
9191

92-
If you are using a library that dynamically injects CSS into the page (e.g., `styled-components`, `emotion`, or `MUI`), you will need to set your `style-elem-src` policy to include `'unsafe-inline'`.
92+
If you are using a library that dynamically injects CSS into the page (e.g., `styled-components`, `emotion`, or `MUI`), you will need to set your `style-src-elem` policy to include `'unsafe-inline'`.
9393

9494
The only alternative is to move to a server and use nonce-based CSPs.
9595

0 commit comments

Comments
 (0)