We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7e3c commit 62eb040Copy full SHA for 62eb040
docs/ja/guide/essentials/dynamic-matching.md
@@ -75,7 +75,7 @@ const User = {
75
path: '*'
76
}
77
{
78
- // `/user-`から始まるもにマッチします
+ // `/user-`から始まる任意のものにマッチします
79
path: '/user-*'
80
81
```
0 commit comments