Skip to content

Commit db219bc

Browse files
sdangolsvozza
andauthored
docs(parser): fixed a typo for the SqsEnvelope built-in envelope (#4826)
Co-authored-by: Stefano Vozza <[email protected]>
1 parent 0882c3e commit db219bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Parser comes with the following built-in Zod envelopes:
233233
| **LambdaFunctionUrlEnvelope** | 1. Parses data using `LambdaFunctionUrlSchema`. <br/> 2. Parses `body` key using your schema and returns it. |
234234
| **SnsEnvelope** | 1. Parses data using `SnsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
235235
| **SnsSqsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses SNS records in `body` key using `SnsNotificationSchema`. <br/> 3. Parses data in `Message` key using your schema and return them in a list. |
236-
| **SnsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
236+
| **SqsEnvelope** | 1. Parses data using `SqsSchema`. <br/> 2. Parses records in `body` key using your schema and return them in a list. |
237237
| **VpcLatticeEnvelope** | 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |
238238
| **VpcLatticeV2Envelope** | 1. Parses data using `VpcLatticeSchema`. <br/> 2. Parses `value` key using your schema and returns it. |
239239

0 commit comments

Comments
 (0)