Skip to content

Commit

Permalink
docs: remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
cat394 committed Jul 10, 2024
1 parent fbeed9b commit 3fd84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Example:
path: "posts/:postid<number>",
},
categories: {
path: " categories/:categoryid<(a|b|10)>",
path: "categories/:categoryid<(a|b|10)>",
},
} as const satisfies RouteConfig;
```
Expand Down

0 comments on commit 3fd84ad

Please sign in to comment.