From 8a73179264ff04d271f226d0f9c656616824941b Mon Sep 17 00:00:00 2001 From: Mike Bannister Date: Mon, 16 Jan 2017 01:31:41 -0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb2a9a75d75bb..c24a6b7f70bb4 100644 --- a/README.md +++ b/README.md @@ -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) => {