]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: trim extra comma (#947)
authorJeff Yang <32727188+ydcjeff@users.noreply.github.com>
Sat, 15 May 2021 12:02:36 +0000 (18:32 +0630)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 12:02:36 +0000 (14:02 +0200)
docs/guide/essentials/route-matching-syntax.md

index f2b0a0176291e0048272336adba269d82c87673c..5210df3d7bd849fda8a8151c9c7f41a45f886d87 100644 (file)
@@ -3,7 +3,7 @@
 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!
 
 :::tip
-For the sake of simplicity, all, route records **are omitting the `component` property** to focus on the `path` value.
+For the sake of simplicity, all route records **are omitting the `component` property** to focus on the `path` value.
 :::
 
 ## Custom Regexp in params