Skip to content

Commit 62eb040

Browse files
committed
1 parent 04a7e3c commit 62eb040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const User = {
7575
path: '*'
7676
}
7777
{
78-
// `/user-`から始まるもにマッチします
78+
// `/user-`から始まる任意のものにマッチします
7979
path: '/user-*'
8080
}
8181
```

0 commit comments

Comments
 (0)