Ryan Chandler %!s(int64=5) %!d(string=hai) anos
pai
achega
8cbee43cbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -375,7 +375,7 @@ If you wish to customize this, you can specifiy a custom wait time like so:
 ```
 
 **`.camel` modifier**
-**Example:** `<input x-on:event-name.camel="doSomethiing()">`
+**Example:** `<input x-on:event-name.camel="doSomething()">`
 
 The `camel` modifier will attach an event listener for the camel case equivalent event name. In the example above, the expression will be evaluated when the `eventName` event is fired on the element.