docs: wording

pull/2825/head
Emanuele 6 years ago committed by GitHub
parent cb5dcf2203
commit 5ecdc52a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -366,7 +366,7 @@ Components can emit events using [createEventDispatcher](docs#createEventDispatc
<SomeComponent on:whatever={handler}/> <SomeComponent on:whatever={handler}/>
``` ```
It's also possible to have two different listeners that react on the same event: It's also possible to have multiple event listeners that react on the same event:
```html ```html
<script> <script>

Loading…
Cancel
Save