mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo (#471)
This commit is contained in:
parent
c60b818de4
commit
4a13160f4c
|
@ -225,7 +225,7 @@ Above `Router` object comes with the following API:
|
|||
|
||||
The second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server.
|
||||
|
||||
_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` withing a component_
|
||||
_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` within a component_
|
||||
|
||||
### Prefetching Pages
|
||||
|
||||
|
|
Loading…
Reference in a new issue