From 1942e9dab1e6c46878d7ed74caa6560a74af7f5a Mon Sep 17 00:00:00 2001 From: "Eckhardt (Kaizen) Dreyer" Date: Thu, 18 Apr 2024 13:44:48 +0200 Subject: [PATCH] docs: typo on event object page --- docs/1.guide/4.event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/4.event.md b/docs/1.guide/4.event.md index 8e8f61ef..83bd455a 100644 --- a/docs/1.guide/4.event.md +++ b/docs/1.guide/4.event.md @@ -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`