Thiago Majesk Goulart 5 年之前
父节点
当前提交
16d7b9347f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -589,7 +589,7 @@ If you need to access $event inside of a JavaScript function you can pass it in
 </div>
 </div>
 ```
 ```
 
 
-Notice that, because of [event bubling](https://en.wikipedia.org/wiki/Event_bubbling), you'll need to use the [`.window`](https://github.com/alpinejs/alpine#x-on) modifier if you are trying to propagate events between sibling nodes:
+Notice that, because of [event bubbling](https://en.wikipedia.org/wiki/Event_bubbling), you'll need to use the [`.window`](https://github.com/alpinejs/alpine#x-on) modifier if you are trying to propagate events between sibling nodes:
 
 
 ```html
 ```html
 <div @foo-event.window="console.log($event.detail.foo)">
 <div @foo-event.window="console.log($event.detail.foo)">