Skip to content

Commit 4a13160

Browse files
Primigenusrauchg
authored andcommitted
Fix typo (vercel#471)
1 parent c60b818 commit 4a13160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Above `Router` object comes with the following API:
225225

226226
The second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server.
227227

228-
_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_
228+
_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_
229229

230230
### Prefetching Pages
231231

0 commit comments

Comments
 (0)