소스 검색

Merge pull request #1575 from decaylala/patch-1

Remove `x-if` in transition.md
Caleb Porzio 4 년 전
부모
커밋
d10574e58c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }">