We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a3b3f commit d1d4524Copy full SHA for d1d4524
src/pages/useRouter.md
@@ -28,7 +28,7 @@ function MyComponent() {
28
// Get current pathname
29
console.log(router.pathname);
30
31
- // Navigate with with router.push()
+ // Navigate with router.push()
32
return <button onClick={(e) => router.push("/about")}>About</button>;
33
}
34
0 commit comments