Skip to content

Commit 9649929

Browse files
juukieposva
authored andcommitted
Typo th > the (#706)
1 parent 6ec0989 commit 9649929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/route-matching/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const router = new VueRouter({
2020
{ path: '/params-with-regex/:id(\\d+)' },
2121
// asterisk can match anything
2222
{ path: '/asterisk/*' },
23-
// make part of th path optional by wrapping with parens and add "?"
23+
// make part of the path optional by wrapping with parens and add "?"
2424
{ path: '/optional-group/(foo/)?bar' }
2525
]
2626
})

0 commit comments

Comments
 (0)