소스 검색

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.