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