Caleb Porzio 3 년 전
부모
커밋
4a4c591b96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/docs/src/en/plugins/intersect.md

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

@@ -7,7 +7,7 @@ graph_image: https://alpinejs.dev/social_intersect.jpg
 
 # Intersect Plugin
 
-Alpine's Intersect plugin is a convenience wrapper for [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) that allows you to easily react when an element enters or leaves the viewport.
+Alpine's Intersect plugin is a convenience wrapper for [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) that allows you to easily react when an element enters the viewport.
 
 This is useful for: lazy loading images and other content, triggering animations, infinite scrolling, logging "views" of content, etc.