]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: reorder symbols (#2296)
authorchen wen jun <chenwenjun@yo-cwj.com>
Tue, 9 Jul 2024 07:27:01 +0000 (15:27 +0800)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 07:27:01 +0000 (09:27 +0200)
* docs: reorder symbols

* Update packages/docs/guide/essentials/route-matching-syntax.md

---------

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/guide/essentials/route-matching-syntax.md

index 52f8812a7397ef1808738d80bf8910cf0810e961..e110f8f5b6b4b88fe5db5aafbf51185870ece2ba 100644 (file)
@@ -24,7 +24,7 @@ const routes = [
 ]
 ```
 
-But in some scenarios we don't want to add that static section `/o`/`p`. However, `orderId` is always a number while `productName` can be anything, so we can specify a custom regex for a param in parentheses:
+But in some scenarios, we don't want to add that static section `/o` or `/p`. However, `orderId` is always a number while `productName` can be anything so we can specify a custom regex for a param in parentheses:
 
 ```js
 const routes = [