update annotations

This commit is contained in:
Marcello 2022-08-06 10:48:24 +02:00
parent 29ed3dab2b
commit 18169f3979
21 changed files with 57 additions and 57 deletions

View file

@ -115,7 +115,7 @@ The full list of modifiers:
<button on:event|modifier={eventHandler}>
```
**NOTE**: It's possible to chain modifiers together, e.g. `on:click|once|capture={...}`.
> **Note**: It's possible to chain modifiers together, e.g. `on:click|once|capture={...}`.
## Binding