Remove duplicate sentence (#5751)

pull/7738/head
Liam Egan 5 years ago committed by GitHub
parent 2f7f563c53
commit eeb218953a

@ -418,8 +418,6 @@ The expression should be valid standalone HTML — `{@html "<div>"}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
<script>
let user = {

Loading…
Cancel
Save