Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/essential/handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ new Elysia()
// ^ This is a context
```

**Context** can be only retrieve in a route handler, consists of:
**Context** can only be retrieved in a route handler. It consists of:

- **path** - Pathname of the request
- **body** - [HTTP message](https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages), form or file upload.
Expand Down