From 4a13160f4c15d4270de5810c1ed1572c67a5ce94 Mon Sep 17 00:00:00 2001 From: Rahul Date: Wed, 21 Dec 2016 19:52:43 -0800 Subject: [PATCH] Fix typo (#471) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0861a5bf..a1d2f882 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ Above `Router` object comes with the following API: The second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server. -_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` withing a component_ +_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` within a component_ ### Prefetching Pages