Caleb Porzio 4 years ago
parent
commit
4529a2b2e4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/docs/package.json
  2. 1 1
      packages/docs/src/en/plugins/intersect.md

+ 1 - 1
packages/docs/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@alpinejs/docs",
     "name": "@alpinejs/docs",
-    "version": "3.2.1-revision.3",
+    "version": "3.2.1-revision.4",
     "description": "The documentation for Alpine",
     "description": "The documentation for Alpine",
     "author": "Caleb Porzio",
     "author": "Caleb Porzio",
     "license": "MIT"
     "license": "MIT"

+ 1 - 1
packages/docs/src/en/plugins/intersect.md

@@ -1,7 +1,7 @@
 ---
 ---
 order: 1
 order: 1
 title: Intersect
 title: Intersect
-description: Alpine's Intersect plugin is a convenience wrapper for Intersection Observer that allows you to easily react when an element enters or leaves the viewport.
+description: An Alpine convenience wrapper for Intersection Observer that allows you to easily react when an element enters the viewport.
 graph_image: https://alpinejs.dev/social_intersect.jpg
 graph_image: https://alpinejs.dev/social_intersect.jpg
 ---
 ---