From b274e4598f34d716ff297dbed33cf969c3934949 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 20 May 2019 13:30:23 -0400 Subject: [PATCH] adjust docs --- site/content/docs/02-template-syntax.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 02139bc21b..d1b99aa8da 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -366,22 +366,24 @@ Components can emit events using [createEventDispatcher](docs#createEventDispatc ``` -It's also possible to have multiple event listeners that react on the same event: +--- + +It's possible to have multiple event listeners for the same event: ```html - -```html + +``` --- @@ -1324,4 +1326,4 @@ It accepts a comma-separated list of variable names (not arbitrary expressions). {@debug typeof user === 'object'} ``` -The `{@debug}` tag without any arguments will insert a `debugger` statement that gets triggered when *any* state changes, as opposed to the specified variables. +The `{@debug}` tag without any arguments will insert a `debugger` statement that gets triggered when *any* state changes, as opposed to the specified variables. \ No newline at end of file