Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robogeek95 committed Jan 23, 2021
1 parent 1aa32d4 commit c1c5a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/no-router-instance.md
Expand Up @@ -2,7 +2,7 @@

#### Why This Error Occurred

Next.js is universal, which means it executes code first server-side with NodeJS, then on the client-side, `window` object is not defined in NodeJS, so some methods are not supported or availale at build time.
Next.js is universal, which means it executes code first server-side with NodeJS, then on the client-side, `window` object is not defined in NodeJS, so some methods are not supported at build time.
During SSR you might have tried to access a router method `push`, `replace`, `back`, which is not supported.

#### Possible Ways to Fix It
Expand Down

0 comments on commit c1c5a50

Please sign in to comment.