Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1.guide/4.event.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Access tp the normalized request [Headers](https://developer.mozilla.org/en-US/d

### `event.context`

The context is an object that contains arbitrary information abut the request.
The context is an object that contains arbitrary information about the request.
You can store your custom properies inside `event.context` to share across composable utils.

### `event.handled`
Expand Down