浏览代码

🤓 micro typo README.md

Sourav Rakshit 4 年之前
父节点
当前提交
fa5661a351
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -248,7 +248,7 @@ If you wish to run code AFTER Alpine has made its initial updates to the DOM (so
 
 
 > Note: All of these transition modifiers can be used in conjunction with each other. This is possible (although ridiculous lol): `x-show.transition.in.duration.100ms.origin.top.right.opacity.scale.85.out.duration.200ms.origin.bottom.left.opacity.scale.95`
 > Note: All of these transition modifiers can be used in conjunction with each other. This is possible (although ridiculous lol): `x-show.transition.in.duration.100ms.origin.top.right.opacity.scale.85.out.duration.200ms.origin.bottom.left.opacity.scale.95`
 
 
-> Note: `x-show` will wait for any children to finish transitioning out. If you want to bypass this behavior, add the `.immediate` modifer:
+> Note: `x-show` will wait for any children to finish transitioning out. If you want to bypass this behavior, add the `.immediate` modifier:
 ```html
 ```html
 <div x-show.immediate="open">
 <div x-show.immediate="open">
     <div x-show.transition="open">
     <div x-show.transition="open">