Skip to content

Commit 8102b42

Browse files
gamtiqkazupon
authored andcommitted
Fix typo in Passing Props doc page (fix #1198) (#1199)
1 parent ccdf285 commit 8102b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/passing-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const router = new VueRouter({
6060
### Function mode
6161

6262
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.
63+
This allows you to cast the parameter to another type, combine static values with route-based values, etc.
6464

6565
``` js
6666
const router = new VueRouter({

0 commit comments

Comments
 (0)