Skip to content

Commit 05ffe57

Browse files
authored
Fix typo
1 parent 8aac20a commit 05ffe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Link } from "@swan-io/chicane";
2727
const App = () => (
2828
<>
2929
<Link to={Router.Home()}>Home</Link>
30-
<Link to={Router.UseDetail({ userId: "123" })}>User</Link>
30+
<Link to={Router.UserDetail({ userId: "123" })}>User</Link>
3131
</>
3232
);
3333
```

0 commit comments

Comments
 (0)