Remove duplicate sentence (#5751)

pull/5786/head
Liam Egan 5 years ago committed by GitHub
parent f1b7c08a09
commit 1046ca71a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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