mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix grammar in Router section. (#2555)
This commit is contained in:
parent
543f2854cb
commit
d727a6f082
|
@ -443,7 +443,7 @@ Router.onRouteChangeStart = (url) => {
|
|||
}
|
||||
```
|
||||
|
||||
If you are no longer want to listen to that event, you can simply unset the event listener like this:
|
||||
If you no longer want to listen to that event, you can simply unset the event listener like this:
|
||||
|
||||
```js
|
||||
Router.onRouteChangeStart = null
|
||||
|
|
Loading…
Reference in a new issue