Explorar el Código

Remove x-if in transition.md

decaylala hace 4 años
padre
commit
f5db1f581c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/docs/src/en/directives/transition.md

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

@@ -15,7 +15,7 @@ There are two primary ways to handle transitions in Alpine:
 <a name="the-transition-helper"></a>
 ## The transition helper
 
-The simplest way to achieve a transition using Alpine is by adding `x-transition` to an element with `x-show` or `x-if` on it. For example:
+The simplest way to achieve a transition using Alpine is by adding `x-transition` to an element with `x-show` on it. For example:
 
 ```html
 <div x-data="{ open: false }">