We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff1701a + 4a4fe77 commit 9626847Copy full SHA for 9626847
packages/vue-router2/README.md
@@ -68,7 +68,7 @@ Router.configure(router => {
68
});
69
```
70
71
-**Attention! The order of the routes matters during the route matching!***
+**Attention! The order of the routes matters during the route matching!**
72
73
The callbacks you pass to the `Router.configure()` calls will be called before the router is started, regardless of the file load order.
74
0 commit comments