Skip to content

Commit ab1f0d2

Browse files
committed
Merge branch 'docs/parser' of https://github.com/heitorlessa/aws-lambda-powertools-python into docs/parser
* 'docs/parser' of https://github.com/heitorlessa/aws-lambda-powertools-python: chore: typo in list
2 parents d434f48 + e1eac2d commit ab1f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/utilities/parser.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ assert ret.password1 == ret.password2
365365
1. We imported built-in `envelopes` from the parser utility
366366
2. Used `envelopes.EventBridgeModel` as the envelope for our `UserModel` model
367367
3. Parser parsed the original event against the EventBridge model
368-
4 Parser then parsed the `detail` key using `UserModel`
368+
4. Parser then parsed the `detail` key using `UserModel`
369369

370370
### Built-in envelopes
371371

0 commit comments

Comments
 (0)