Skip to content

Commit 649a6bb

Browse files
authored
Correct grammatical errors - handler.md (#556)
1 parent 6f756a1 commit 649a6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ new Elysia()
135135
// ^ This is a context
136136
```
137137
138-
**Context** can be only retrieve in a route handler, consists of:
138+
**Context** can only be retrieved in a route handler. It consists of:
139139
140140
- **path** - Pathname of the request
141141
- **body** - [HTTP message](https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages), form or file upload.

0 commit comments

Comments
 (0)