Skip to content

Commit b77d7a3

Browse files
committed
docs(event_handler): add missing note on trimmed responses
1 parent e08e7f9 commit b77d7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can define your functions to match a path and HTTP method, when you use the
8989

9090
Here's an example where we have two separate functions to resolve two paths: `/hello`.
9191

92-
!!! info "We automatically serialize `Dict` responses as JSON and set content-type to `application/json`"
92+
!!! info "We automatically serialize `Dict` responses as JSON, trim whitespaces for compact responses, and set content-type to `application/json`"
9393

9494
=== "app.py"
9595

0 commit comments

Comments
 (0)