]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo (#768)
authorAlex Kyriakidis <hootlex@icloud.com>
Thu, 11 Feb 2021 12:53:39 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 12:53:39 +0000 (13:53 +0100)
docs/guide/essentials/dynamic-matching.md

index ee009e4f5f7ddb0031a646e7468e8e7adbc81aed..e24ae07db23395d4807176e911bf44c3483f910b 100644 (file)
@@ -88,7 +88,7 @@ const routes = [
 ]
 ```
 
-In this specific scenario we are using a [custom regexp](/guide/essentials/route-matching-syntax.md#custom-regexp-in-params) between parentheses and marking the `pathMatch` param as [optionally repeatable](/guide/essentials/route-matching-syntax.md#optional-parameters). This is to allows us to directly navigate to the route if we need to by splitting the `path` into an array:
+In this specific scenario we are using a [custom regexp](/guide/essentials/route-matching-syntax.md#custom-regexp-in-params) between parentheses and marking the `pathMatch` param as [optionally repeatable](/guide/essentials/route-matching-syntax.md#optional-parameters). This allows us to directly navigate to the route if we need to by splitting the `path` into an array:
 
 ```js
 this.$router.push({