Skip to content

Commit 117add2

Browse files
authored
Update documentation/docs/98-reference/54-types.md
1 parent 3d34bf6 commit 117add2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/98-reference/54-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ The return types of the load functions are then available through the `$types` m
109109
> <!--- file: src/routes/+page.svelte --->
110110
> <script>
111111
> /** @type {import('./$types').PageData} */
112-
> export let data
112+
> export let data;
113113
> /** @type {import('./$types').ActionData} */
114-
> export let form
114+
> export let form;
115115
> </script>
116116
> ```
117117

0 commit comments

Comments
 (0)