Skip to content

Commit 444f6d9

Browse files
committed
Fix formatting.
1 parent fa49ab4 commit 444f6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/utilities/validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ You can also gracefully handle schema validation errors by catching `ValidationE
163163

164164
For the following events and responses, the Validator will automatically perform validation on the content.
165165

166-
** Events **
166+
**Events**
167167

168168
| Type of event | Class | Path to content |
169169
|---------------------------------|-------------------------------------------------|----------------------------------------------|
@@ -181,15 +181,15 @@ For the following events and responses, the Validator will automatically perform
181181
| SNS | SNSEvent | `Records[*].Sns.Message` |
182182
| SQS | SQSEvent | `Records[*].body` |
183183

184-
** Responses **
184+
**Responses**
185185

186186
| Type of response | Class | Path to content (envelope) |
187187
|-----------------------|---------------------------------------------|---------------------------------------|
188188
| API Gateway REST | APIGatewayProxyResponseEvent} | `body` |
189189
| API Gateway HTTP | APIGatewayV2HTTPResponse} | `body` |
190190
| API Gateway WebSocket | APIGatewayV2WebSocketResponse} | `body` |
191191
| Load Balancer | ApplicationLoadBalancerResponseEvent} | `body` |
192-
| Kinesis Analytics | KinesisAnalyticsInputPreprocessingResponse} | `Records[*].powertools_base64(data)`` |
192+
| Kinesis Analytics | KinesisAnalyticsInputPreprocessingResponse} | `Records[*].powertools_base64(data)` |
193193

194194
## Custom events and responses
195195

0 commit comments

Comments
 (0)