Skip to content

Commit bee8cbc

Browse files
Merge pull request #128 from Nelson-Chinedu/typo-fix
fix typo
2 parents c6a319c + d072617 commit bee8cbc

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)