소스 검색

Update README.md

Co-authored-by: Hugo <HugoDF@users.noreply.github.com>
Tom Davies 5 년 전
부모
커밋
25072cc5a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -576,7 +576,7 @@ You can also use `$dispatch()` to trigger data updates for `x-model` bindings. F
 
 > Note: The $dispatch property is only available in the DOM.
 
-If you need to access $dispatch inside of a Javascript function you can pass it in directly:
+If you need to access $dispatch inside of a JavaScript function you can pass it in directly:
 
 `<button x-on:click="myFunction($dispatch)"></button>`