Skip to content

Commit 1eb93ac

Browse files
fix(docs): remove redundant separator (#727)
1 parent ecdaaa2 commit 1eb93ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/solid-router/concepts/dynamic-routes.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ So in this example:
8484
- `/users/mom/me/contact.html` would not match as `:id` is not a number,
8585
- `/users/dad/123/contact` would not match as `:withHtmlExtension` is missing `.html`.
8686

87-
---
88-
8987
## Optional parameters
9088

9189
Parameters can be specified as optional by adding a question mark to the end of the parameter name:

0 commit comments

Comments
 (0)