From 6eebea797dae5219c17006f38409a7df475595db Mon Sep 17 00:00:00 2001 From: Jeff Yang <32727188+ydcjeff@users.noreply.github.com> Date: Sat, 15 May 2021 18:32:36 +0630 Subject: [PATCH] docs: trim extra comma (#947) --- docs/guide/essentials/route-matching-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/route-matching-syntax.md b/docs/guide/essentials/route-matching-syntax.md index f2b0a017..5210df3d 100644 --- a/docs/guide/essentials/route-matching-syntax.md +++ b/docs/guide/essentials/route-matching-syntax.md @@ -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 -- 2.47.2