Skip to content

Commit 1046ca7

Browse files
authored
Remove duplicate sentence (#5751)
1 parent f1b7c08 commit 1046ca7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/content/docs/02-template-syntax.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@ The expression should be valid standalone HTML — `{@html "<div>"}content{@html
418418

419419
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.
420420

421-
It accepts a comma-separated list of variable names (not arbitrary expressions).
422-
423421
```sv
424422
<script>
425423
let user = {

0 commit comments

Comments
 (0)