Thiago Majesk Goulart 5 tahun lalu
induk
melakukan
16d7b9347f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>
 ```
 
-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
 <div @foo-event.window="console.log($event.detail.foo)">