Skip to content

Commit db0d980

Browse files
authored
fix: typo (#3375)
1 parent 855600c commit db0d980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/features/graphiql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Yoga by itself doesn't require any special CSP configuration, but if you plan to
146146
will need to add some sources to your CSP configuration:
147147

148148
- `script-src`:
149-
- `unpgk.com`: used to load the graphql module.
149+
- `unpkg.com`: used to load the graphql module.
150150
- `unsafe-inline`: GraphiQL is bundled with Webpack which rely on script tag injections.
151151
- `style-src`:
152152
- `unpkg.com`: GraphiQL styles are loaded directly from its module bundle, next to its scripts.

0 commit comments

Comments
 (0)