[docs] add missing semicolon (#8190)

pull/8255/head
Satvik 2 years ago committed by GitHub
parent cb972ecdba
commit 6ac24f1d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -147,7 +147,7 @@ Any top-level statement (i.e. not inside a block or a function) can be made reac
```sv
<script>
export let title;
export let person
export let person;
// this will update `document.title` whenever
// the `title` prop changes

Loading…
Cancel
Save