Skip to content

Commit 31d33f4

Browse files
committed
chore: fix req
1 parent 6e805c9 commit 31d33f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/event-handler/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Please [check this issue](https://github.com/aws-powertools/powertools-lambda-ty
128128

129129
### Accessing request details
130130

131-
You can access request details such as headers, query parameters, and body using the `Request` object provided to your route handlers and middleware functions via `reqCtx.request`.
131+
You can access request details such as headers, query parameters, and body using the `Request` object provided to your route handlers and middleware functions via `reqCtx.req`.
132132

133133
### Handling not found routes
134134

0 commit comments

Comments
 (0)