Caleb Porzio 5 년 전
부모
커밋
472e7174f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -307,7 +307,7 @@ It's important that `x-if` is used on a `<template></template>` tag because Alpi
 </template>
 </template>
 ```
 ```
 
 
-Alpine offers 6 different transition directives for applying classes to various stages of an element's transition from a "hidden" to a "shown" state. These directives work both with `x-show` AND `x-if`.
+Alpine offers 6 different transition directives for applying classes to various stages of an element's transition between "hidden" and "shown" states. These directives work both with `x-show` AND `x-if`.
 
 
 These behave exactly like VueJs's transition directives, except they have different, more sensible names:
 These behave exactly like VueJs's transition directives, except they have different, more sensible names: