浏览代码

docs(typo)

Ryan Chandler 5 年之前
父节点
当前提交
8cbee43cbf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.