diff --git a/docs/api/ctx.md b/docs/api/ctx.md index 3ec78a01ef..e774eb26aa 100644 --- a/docs/api/ctx.md +++ b/docs/api/ctx.md @@ -2,7 +2,7 @@ id: ctx title: 🧠 Ctx description: >- - The Ctx struct represents the Context which hold the HTTP request and + The Ctx interface represents the Context which hold the HTTP request and response. It has methods for the request query string, parameters, body, HTTP headers, and so on. sidebar_position: 3