From 5ecdc52a610a22c1798d4f60520009f2ecbfc669 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Mon, 20 May 2019 09:16:26 +0100 Subject: [PATCH] docs: wording --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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