Skip to content

Commit a0a9adc

Browse files
committed
fix: typo
1 parent c2d7bc3 commit a0a9adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def _openapi_operation_request_body(
567567
from aws_lambda_powertools.event_handler.openapi.compat import ModelField, get_schema_from_model_field
568568
from aws_lambda_powertools.event_handler.openapi.params import Body
569569

570-
# Check tat there is a body field and it's a Pydantic's model field
570+
# Check that there is a body field and it's a Pydantic's model field
571571
if not body_field:
572572
return None
573573

0 commit comments

Comments
 (0)