We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdf285 commit 8102b42Copy full SHA for 8102b42
docs/en/essentials/passing-props.md
@@ -60,7 +60,7 @@ const router = new VueRouter({
60
### Function mode
61
62
You can create a function that returns props.
63
-This allows you to to cast the parameter to another type, combine static values with route-based values, etc.
+This allows you to cast the parameter to another type, combine static values with route-based values, etc.
64
65
``` js
66
const router = new VueRouter({
0 commit comments