Skip to content

Commit

Permalink
fix docs for csp
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 4, 2024
1 parent e597a3f commit bac758e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/docs",
"version": "3.13.3-revision.1",
"version": "3.13.3-revision.2",
"description": "The documentation for Alpine",
"author": "Caleb Porzio",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/en/advanced/csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To provide a glimpse of how using the CSP build might feel, here is a copy-pasta
<body>
<div x-data="counter">
<button x-on:click="count++"></button>
<button x-on:click="increment"></button>
<span x-text="count"></span>
</div>
Expand Down

0 comments on commit bac758e

Please sign in to comment.