mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo in README (#787)
This commit is contained in:
parent
da8395883c
commit
789edb87b7
|
@ -271,7 +271,7 @@ Here's a list of supported events:
|
|||
|
||||
> Here `url` is the URL shown in the browser. If you call `Router.push(url, as)` (or similar), then the value of `url` will be `as`.
|
||||
|
||||
Here's how to property listen to the router event `routeChangeStart`:
|
||||
Here's how to properly listen to the router event `routeChangeStart`:
|
||||
|
||||
```js
|
||||
Router.onRouteChangeStart = (url) => {
|
||||
|
|
Loading…
Reference in a new issue