@alpinejs/docs 3.13.3-revision.2 → 3.13.3-revision.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpinejs/docs",
3
- "version": "3.13.3-revision.2",
3
+ "version": "3.13.3-revision.3",
4
4
  "description": "The documentation for Alpine",
5
5
  "author": "Caleb Porzio",
6
6
  "license": "MIT"
@@ -58,7 +58,7 @@ To provide a glimpse of how using the CSP build might feel, here is a copy-pasta
58
58
 
59
59
  <body>
60
60
  <div x-data="counter">
61
- <button x-on:click="count++"></button>
61
+ <button x-on:click="increment"></button>
62
62
 
63
63
  <span x-text="count"></span>
64
64
  </div>