Skip to content

Commit b961146

Browse files
authored
Fix typo (#1209)
1 parent 82a8758 commit b961146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function DashboardPage() {
2020
return (
2121
<main>
2222
<nav>
23-
<A href="/">Home</a>
23+
<A href="/">Home</A>
2424
</nav>
2525
{/* This is a relative path that, from /dashboard, links to /dashboard/users */}
2626
<A href="users">Users</A>

0 commit comments

Comments
 (0)