Skip to content

Commit 4a0c633

Browse files
committed
Grammar: Readability around the example
1 parent 294ceac commit 4a0c633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ new Elysia()
5555
## Path Parameters
5656
Path parameters can retrieve data from URL.
5757

58-
For example, getting a user id from path like many social media is when you may need path parameters.
58+
For example, getting a user id from path (like many social media) is when you may need path parameters.
5959

6060
```typescript
6161
new Elysia()

0 commit comments

Comments
 (0)