From adf324d26e531ab7c605f05bed6f8d08ec63034f Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Fri, 10 Dec 2021 09:45:59 +0100 Subject: [PATCH] docs: improve wording Co-authored-by: Tom McCarthy --- docs/utilities/parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/parser.md b/docs/utilities/parser.md index bb57f2633bd..f32f9ba3408 100644 --- a/docs/utilities/parser.md +++ b/docs/utilities/parser.md @@ -170,7 +170,7 @@ Parser comes with the following built-in models: You can extend them to include your own models, and yet have all other known fields parsed along the way. -!!! tip "For Mypy customers, we only allow type override for fields where payload is injected e.g. `detail`, `body`, etc." +!!! tip "For Mypy users, we only allow type override for fields where payload is injected e.g. `detail`, `body`, etc." **EventBridge example**