diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 881d1c19a6..02139bc21b 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -366,7 +366,7 @@ Components can emit events using [createEventDispatcher](docs#createEventDispatc ``` -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