Missed a semicolon

pull/8190/head
Satvik 4 years ago committed by GitHub
parent 967e9f51ff
commit b57f88fb32
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