Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4cd0038

Browse files
committedApr 14, 2025·
fix typo
1 parent 8e740e9 commit 4cd0038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/core/event_handler/api_gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ You can easily raise any HTTP Error back to the client using `ServiceError` exce
595595
???+ info
596596
If you need to send custom headers, use [Response](#fine-grained-responses) class instead.
597597

598-
We provide pre-defined errors for the most popular ones based on [AWS Lambda API Reference Common Erros](https://docs.aws.amazon.com/lambda/latest/api/CommonErrors.html)
598+
We provide pre-defined errors for the most popular ones based on [AWS Lambda API Reference Common Erros](https://docs.aws.amazon.com/lambda/latest/api/CommonErrors.html).
599599

600600
```python hl_lines="7-15 27 32 37 42 47 52 57 62 67" title="Raising common HTTP Status errors (4xx, 5xx)"
601601
--8<-- "examples/event_handler_rest/src/raising_http_errors.py"

0 commit comments

Comments
 (0)
Please sign in to comment.