diff --git a/packages/docs/src/en/advanced/csp.md b/packages/docs/src/en/advanced/csp.md index 2067499b3..1d3286750 100644 --- a/packages/docs/src/en/advanced/csp.md +++ b/packages/docs/src/en/advanced/csp.md @@ -46,7 +46,7 @@ Alpine.start() ## Basic Example -To provide a glimpse of how using the CSP build might feel, here is a copy-pastable HTML file with a working counter componennt using a common CSP setup: +To provide a glimpse of how using the CSP build might feel, here is a copy-pastable HTML file with a working counter component using a common CSP setup: ```alpine