We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da83958 commit 789edb8Copy full SHA for 789edb8
README.md
@@ -271,7 +271,7 @@ Here's a list of supported events:
271
272
> 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`.
273
274
-Here's how to property listen to the router event `routeChangeStart`:
+Here's how to properly listen to the router event `routeChangeStart`:
275
276
```js
277
Router.onRouteChangeStart = (url) => {
0 commit comments