Update site/content/tutorial/02-reactivity/03-reactive-statements/text.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/6806/head
Bjorn Lu 5 years ago committed by GitHub
parent 271b751ba1
commit f6bc012ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ You can even put the `$:` in front of things like `if` blocks:
```js
$: if (count >= 10) {
alert(`count is dangerously high!`);
alert('count is dangerously high!');
count = 9;
}
```

Loading…
Cancel
Save