Skip to content

Commit ff86b70

Browse files
authored
docs: block controls visible #815 (#12969)
* chore: block controls visible #815 * chore: reverted
1 parent 0bd4426 commit ff86b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To solve this problem, SvelteKit generates `.d.ts` files for each of your endpoi
2525

2626
```ts
2727
/// file: .svelte-kit/types/src/routes/[foo]/[bar]/[baz]/$types.d.ts
28-
/// link: false
28+
/// link: true
2929
import type * as Kit from '@sveltejs/kit';
3030

3131
type RouteParams = {

0 commit comments

Comments
 (0)