소스 검색

Update start-here.md (#2430)

Paulo Felipe Souza 3 년 전
부모
커밋
e9e0ce597f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/docs/src/en/start-here.md

+ 1 - 1
packages/docs/src/en/start-here.md

@@ -88,7 +88,7 @@ You can listen for other events as you'd imagine. For example, listening for a `
 
 When a `click` event happens, Alpine will call the associated JavaScript expression, `count++` in our case. As you can see, we have direct access to data declared in the `x-data` expression.
 
-> You will often see `@` instead of `x-on`. This is a shorter, friendlier syntax that many prefer. From now on, this documentation will likely use `@` instead of `x-on`.
+> You will often see `@` instead of `x-on:`. This is a shorter, friendlier syntax that many prefer. From now on, this documentation will likely use `@` instead of `x-on:`.
 
 [→ Read more about `x-on`](/directives/on)