Jelajahi Sumber

Remove plugin reference from teleport doc (#2434)

Rob de Kort 3 tahun lalu
induk
melakukan
80d4ee690a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/docs/src/en/directives/teleport.md

+ 1 - 1
packages/docs/src/en/directives/teleport.md

@@ -7,7 +7,7 @@ graph_image: https://alpinejs.dev/social_teleport.jpg
 
 
 # Teleport Plugin
 # Teleport Plugin
 
 
-Alpine's Teleport plugin allows you to transport part of your Alpine template to another part of the DOM on the page entirely.
+The `x-teleport` directive allows you to transport part of your Alpine template to another part of the DOM on the page entirely.
 
 
 This is useful for things like modals (especially nesting them), where it's helpful to break out of the z-index of the current Alpine component.
 This is useful for things like modals (especially nesting them), where it's helpful to break out of the z-index of the current Alpine component.