Thiago Majesk Goulart %!s(int64=5) %!d(string=hai) anos
pai
achega
16d7b9347f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)">