1
0
Fork 0
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:
Ben Murden 2017-07-14 14:38:06 +09:00 committed by Tim Neutkens
parent 543f2854cb
commit d727a6f082

View file

@ -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