Skip to content

Commit 162d8ac

Browse files
authored
docs: remove duplicate (#12904)
1 parent 2c035ec commit 162d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/20-core-concepts/10-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pages can receive data from `load` functions via the `data` prop.
5050
<div>{@html data.content}</div>
5151
```
5252

53-
> [!LEGACY] In Svelte 4
53+
> [!LEGACY]
5454
> In Svelte 4, you'd use `export let data` instead
5555
5656
> [!NOTE] Note that SvelteKit uses `<a>` elements to navigate between routes, rather than a framework-specific `<Link>` component.

0 commit comments

Comments
 (0)