We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d34bf6 commit 117add2Copy full SHA for 117add2
documentation/docs/98-reference/54-types.md
@@ -109,9 +109,9 @@ The return types of the load functions are then available through the `$types` m
109
> <!--- file: src/routes/+page.svelte --->
110
> <script>
111
> /** @type {import('./$types').PageData} */
112
-> export let data
+> export let data;
113
> /** @type {import('./$types').ActionData} */
114
-> export let form
+> export let form;
115
> </script>
116
> ```
117
0 commit comments