Skip to content

Commit d072617

Browse files
author
nelson
committed
fix typo
1 parent c8992bf commit d072617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/useRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function MyComponent() {
2828
// Get current pathname
2929
console.log(router.pathname);
3030

31-
// Navigate with with router.push()
31+
// Navigate with router.push()
3232
return <button onClick={(e) => router.push("/about")}>About</button>;
3333
}
3434

0 commit comments

Comments
 (0)