We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ceac commit 4a0c633Copy full SHA for 4a0c633
docs/concept/route.md
@@ -55,7 +55,7 @@ new Elysia()
55
## Path Parameters
56
Path parameters can retrieve data from URL.
57
58
-For example, getting a user id from path like many social media is when you may need path parameters.
+For example, getting a user id from path (like many social media) is when you may need path parameters.
59
60
```typescript
61
new Elysia()
0 commit comments