From 1046ca71a77fa1c9cacf0d7f9336eac288ef2f48 Mon Sep 17 00:00:00 2001 From: Liam Egan Date: Mon, 14 Dec 2020 09:38:24 -0500 Subject: [PATCH] Remove duplicate sentence (#5751) --- site/content/docs/02-template-syntax.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index ac7ca7abf3..6f1a2da61e 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -418,8 +418,6 @@ The expression should be valid standalone HTML — `{@html "
"}content{@html The `{@debug ...}` tag offers an alternative to `console.log(...)`. It logs the values of specific variables whenever they change, and pauses code execution if you have devtools open. -It accepts a comma-separated list of variable names (not arbitrary expressions). - ```sv