Skip to content

Commit 6eebea7

Browse files
authored
docs: trim extra comma (vuejs#947)
1 parent f390512 commit 6eebea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Most applications will use static routes like `/about` and dynamic routes like `/users/:userId` like we just saw in [Dynamic Route Matching](./dynamic-matching.md), but Vue Router has much more to offer!
44

55
:::tip
6-
For the sake of simplicity, all, route records **are omitting the `component` property** to focus on the `path` value.
6+
For the sake of simplicity, all route records **are omitting the `component` property** to focus on the `path` value.
77
:::
88

99
## Custom Regexp in params

0 commit comments

Comments
 (0)