Skip to content

Commit 6df2572

Browse files
Merge pull request #128 from Nelson-Chinedu/typo-fix
fix typo
2 parents 77915dc + d1d4524 commit 6df2572

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)