Skip to content

Commit 6ac24f1

Browse files
authored
[docs] add missing semicolon (#8190)
1 parent cb972ec commit 6ac24f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-component-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Any top-level statement (i.e. not inside a block or a function) can be made reac
147147
```sv
148148
<script>
149149
export let title;
150-
export let person
150+
export let person;
151151
152152
// this will update `document.title` whenever
153153
// the `title` prop changes

0 commit comments

Comments
 (0)