From 61ea216dc5176b9a7f726c79eedaa918e73ea01b Mon Sep 17 00:00:00 2001 From: DaxServer <7479937+DaxServer@users.noreply.github.com> Date: Sat, 7 Jun 2025 13:24:15 +0200 Subject: [PATCH] Correct grammatical errors - handler.md --- docs/essential/handler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essential/handler.md b/docs/essential/handler.md index 0e6be213..60c4ed9d 100644 --- a/docs/essential/handler.md +++ b/docs/essential/handler.md @@ -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.