Parcourir la source

Update start-here.md (#2430)

Paulo Felipe Souza il y a 3 ans
Parent
commit
e9e0ce597f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)