Skip to content

Commit 789edb8

Browse files
possibilitiesarunoda
authored andcommitted
Fix typo in README (vercel#787)
1 parent da83958 commit 789edb8

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
@@ -271,7 +271,7 @@ Here's a list of supported events:
271271

272272
> 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`.
273273
274-
Here's how to property listen to the router event `routeChangeStart`:
274+
Here's how to properly listen to the router event `routeChangeStart`:
275275

276276
```js
277277
Router.onRouteChangeStart = (url) => {

0 commit comments

Comments
 (0)