From 4a4fe779bacdf6b05a19d86cb8c91d2ef1bfe50e Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 28 Sep 2016 18:06:02 +0200 Subject: [PATCH] Typo --- packages/vue-router2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-router2/README.md b/packages/vue-router2/README.md index 1aec610..18d871e 100644 --- a/packages/vue-router2/README.md +++ b/packages/vue-router2/README.md @@ -68,7 +68,7 @@ Router.configure(router => { }); ``` -**Attention! The order of the routes matters during the route matching!*** +**Attention! The order of the routes matters during the route matching!** The callbacks you pass to the `Router.configure()` calls will be called before the router is started, regardless of the file load order.