From: Jeff Yang <32727188+ydcjeff@users.noreply.github.com> Date: Sat, 15 May 2021 12:02:36 +0000 (+0630) Subject: docs: trim extra comma (#947) X-Git-Tag: v4.0.9~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eebea797dae5219c17006f38409a7df475595db;p=thirdparty%2Fvuejs%2Frouter.git docs: trim extra comma (#947) --- 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