1
0
Fork 0
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:
Mike Bannister 2017-01-16 02:41:46 -08:00 committed by Arunoda Susiripala
parent da8395883c
commit 789edb87b7

View file

@ -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) => {