Skip to content

Commit 06008ba

Browse files
authored
docs: add missing backtick (vuejs#2302)
Add a single backtick causing code rendering issue
1 parent 01c16c6 commit 06008ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/route-matching-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Note that `*` technically also marks a parameter as optional but `?` parameters
117117
If the route segment contains more than **just an optional parameter**, it won't match a path **without the trailing slash**. For example:
118118

119119
- `/users/:uid?-:name?` won't match `/users`, only `/users/-` or even `/users/-/`
120-
- `/users/:uid(\\d+)?:name? won't match `/users`, only `/users/`, `/users/2`, `/users/2/`, etc
120+
- `/users/:uid(\\d+)?:name?` won't match `/users`, only `/users/`, `/users/2`, `/users/2/`, etc
121121

122122
You can play around with the matching syntax [in the playground](https://paths.esm.dev/?p=AAMsIPQg4AoKzidgQFoEXAmw-IEBBRYYOE0SkABTASiz1qgBpgQA1QTsFjAb3h2onsmlAmGIFsCXjXh4AIA.&t=/users/2/#)
123123

0 commit comments

Comments
 (0)