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 6f756a1 commit 649a6bbCopy full SHA for 649a6bb
docs/essential/handler.md
@@ -135,7 +135,7 @@ new Elysia()
135
// ^ This is a context
136
```
137
138
-**Context** can be only retrieve in a route handler, consists of:
+**Context** can only be retrieved in a route handler. It consists of:
139
140
- **path** - Pathname of the request
141
- **body** - [HTTP message](https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages), form or file upload.
0 commit comments