Skip to content

Commit eee4efd

Browse files
taylorbryantTimer
authored andcommitted
Fix typo (change imperatively to imperative) (#9750)
1 parent 8267c8a commit eee4efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ export default function MyLink() {
10571057
}
10581058
```
10591059

1060-
`router` methods should be only used inside the client side of your app though. In order to prevent any error regarding this subject use the imperatively `prefetch` method in the `useEffect()` hook:
1060+
`router` methods should be only used inside the client side of your app though. In order to prevent any error regarding this subject use the imperative `prefetch` method in the `useEffect()` hook:
10611061

10621062
```jsx
10631063
import { useRouter } from 'next/router'

0 commit comments

Comments
 (0)